dwarf_CFA_set_loc

Set the location, i.e. the offset from the start of the function. It must always be greater than the current location.

  1. void dwarf_CFA_set_loc(uint location)
    version(COMPILE)
    extern (C++) nothrow
    static if(ELFOBJ || MACHOBJ)
    void
    dwarf_CFA_set_loc
    ()
  2. void dwarf_CFA_set_loc(uint location)

Parameters

location uint

offset from the start of the function

Meta