HomeSort by relevance Sort by last modified time
    Searched full:forwardingfieldoffset (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 546 unsigned forwardingFieldOffset =
566 // DW_OP_plus_uconst ForwardingFieldOffset. Note there's no point in
568 if (forwardingFieldOffset > 0) {
570 addUInt(Block, 0, dwarf::DW_FORM_udata, forwardingFieldOffset);
    [all...]

Completed in 30 milliseconds