Home
last modified time | relevance | path

Searched refs:AbbrOffset (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp80 uint64_t AbbrOffset = debug_info.getU32(offset_ptr); in extractImpl() local
82 if (AbbrOffset) in extractImpl()
90 AbbrOffset = AbbrEntry->Offset; in extractImpl()
101 Abbrevs = Abbrev->getAbbreviationDeclarationSet(AbbrOffset); in extractImpl()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h53 uint64_t AbbrOffset = 0; variable
91 uint64_t getAbbrOffset() const { return AbbrOffset; } in getAbbrOffset()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h53 uint64_t AbbrOffset = 0; variable
87 uint64_t getAbbrOffset() const { return AbbrOffset; } in getAbbrOffset()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp276 AbbrOffset = debug_info.getRelocatedValue( in extract()
279 AbbrOffset = debug_info.getRelocatedValue( in extract()
290 if (AbbrOffset) in extract()
298 AbbrOffset = AbbrEntry->Offset; in extract()
DDWARFVerifier.cpp103 uint64_t AbbrOffset, Length; in verifyUnitHeader() local
125 AbbrOffset = isUnitDWARF64 ? DebugInfoData.getU64(Offset) : DebugInfoData.getU32(Offset); in verifyUnitHeader()
129 AbbrOffset = isUnitDWARF64 ? DebugInfoData.getU64(Offset) : DebugInfoData.getU32(Offset); in verifyUnitHeader()
133 if (!DCtx.getDebugAbbrev()->getAbbreviationDeclarationSet(AbbrOffset)) in verifyUnitHeader()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp242 AbbrOffset = debug_info.getRelocatedValue( in extract()
245 AbbrOffset = debug_info.getRelocatedValue( in extract()
292 if (AbbrOffset) in applyIndexEntry()
301 AbbrOffset = AbbrEntry->Offset; in applyIndexEntry()
DDWARFVerifier.cpp105 uint64_t AbbrOffset, Length; in verifyUnitHeader() local
125 AbbrOffset = isUnitDWARF64 ? DebugInfoData.getU64(Offset) : DebugInfoData.getU32(Offset); in verifyUnitHeader()
129 AbbrOffset = isUnitDWARF64 ? DebugInfoData.getU64(Offset) : DebugInfoData.getU32(Offset); in verifyUnitHeader()
133 if (!DCtx.getDebugAbbrev()->getAbbreviationDeclarationSet(AbbrOffset)) in verifyUnitHeader()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp146 writeInteger((uint32_t)CU.AbbrOffset, OS, DebugInfo.IsLittleEndian); in onStartCompileUnit()
148 writeInteger((uint32_t)CU.AbbrOffset, OS, DebugInfo.IsLittleEndian); in onStartCompileUnit()
DDWARFYAML.cpp103 IO.mapRequired("AbbrOffset", Unit.AbbrOffset); in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h104 uint32_t AbbrOffset; member
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp190 IO.mapOptional("AbbrOffset", Unit.AbbrOffset); in mapping()
DDWARFEmitter.cpp446 if (Unit.AbbrOffset) { in emitDebugInfo()
447 AbbrevTableOffset = *Unit.AbbrOffset; in emitDebugInfo()
/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp227 NewUnit.AbbrOffset = CU->getAbbreviations()->getOffset(); in dumpDebugInfo()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h116 Optional<yaml::Hex64> AbbrOffset; member