Home
last modified time | relevance | path

Searched refs:DebugInfoOffset (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp244 uint32_t DebugInfoOffset = getOffset(); in getAttributeValue() local
247 DebugInfoData.getULEB128(&DebugInfoOffset); in getAttributeValue()
252 DebugInfoData, &DebugInfoOffset, U); in getAttributeValue()
256 return FormValue.extractValue(DebugInfoData, &DebugInfoOffset, U); in getAttributeValue()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h83 unsigned DebugInfoOffset; variable
135 unsigned getDebugInfoOffset() const { return DebugInfoOffset; } in getDebugInfoOffset()
136 void setDebugInfoOffset(unsigned DbgInfoOff) { DebugInfoOffset = DbgInfoOff; } in setDebugInfoOffset()
DDwarfUnit.cpp70 UnitDie(*DIE::get(DIEValueAllocator, UnitTag)), DebugInfoOffset(0), in DwarfUnit()