Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h36 unsigned DebugInfoOffset = 0; variable
87 unsigned getDebugInfoOffset() const { return DebugInfoOffset; } in getDebugInfoOffset()
88 void setDebugInfoOffset(unsigned DbgInfoOff) { DebugInfoOffset = DbgInfoOff; } in setDebugInfoOffset()
/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()