Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp153 uint32_t DebugInfoOffset = getOffset(); in getAttributeValue() local
156 DebugInfoData.getULEB128(&DebugInfoOffset); in getAttributeValue()
161 DebugInfoData, &DebugInfoOffset, U); in getAttributeValue()
165 return FormValue.extractValue(DebugInfoData, &DebugInfoOffset, U); in getAttributeValue()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h79 unsigned DebugInfoOffset; variable
213 unsigned getDebugInfoOffset() const { return DebugInfoOffset; } in getDebugInfoOffset()
214 void setDebugInfoOffset(unsigned DbgInfoOff) { DebugInfoOffset = DbgInfoOff; } in setDebugInfoOffset()
DDwarfUnit.cpp46 : UniqueID(UID), CUNode(Node), UnitDie(UnitTag), DebugInfoOffset(0), Asm(A), in DwarfUnit()