Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp260 AbbrOffset = debug_info.getRelocatedValue( in extract()
263 AbbrOffset = debug_info.getRelocatedValue( in extract()
352 if (AbbrOffset) in applyIndexEntry()
361 AbbrOffset = AbbrEntry->getOffset(); in applyIndexEntry()
DDWARFVerifier.cpp125 uint64_t AbbrOffset, Length; in verifyUnitHeader() local
145 AbbrOffset = isUnitDWARF64 ? DebugInfoData.getU64(Offset) : DebugInfoData.getU32(Offset); in verifyUnitHeader()
149 AbbrOffset = isUnitDWARF64 ? DebugInfoData.getU64(Offset) : DebugInfoData.getU32(Offset); in verifyUnitHeader()
153 if (!DCtx.getDebugAbbrev()->getAbbreviationDeclarationSet(AbbrOffset)) in verifyUnitHeader()
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h56 uint64_t AbbrOffset = 0; variable
94 uint64_t getAbbrOffset() const { return AbbrOffset; } in getAbbrOffset()
/openbsd/src/gnu/llvm/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()
/openbsd/src/gnu/llvm/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp229 NewUnit.AbbrOffset = CU->getAbbreviations()->getOffset(); in dumpDebugInfo()
/openbsd/src/gnu/llvm/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h117 std::optional<yaml::Hex64> AbbrOffset; member