Searched refs:AbbrOffset (Results 1 – 7 of 7) sorted by relevance
260 AbbrOffset = debug_info.getRelocatedValue( in extract()263 AbbrOffset = debug_info.getRelocatedValue( in extract()352 if (AbbrOffset) in applyIndexEntry()361 AbbrOffset = AbbrEntry->getOffset(); in applyIndexEntry()
125 uint64_t AbbrOffset, Length; in verifyUnitHeader() local145 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()
56 uint64_t AbbrOffset = 0; variable94 uint64_t getAbbrOffset() const { return AbbrOffset; } in getAbbrOffset()
190 IO.mapOptional("AbbrOffset", Unit.AbbrOffset); in mapping()
446 if (Unit.AbbrOffset) { in emitDebugInfo()447 AbbrevTableOffset = *Unit.AbbrOffset; in emitDebugInfo()
229 NewUnit.AbbrOffset = CU->getAbbreviations()->getOffset(); in dumpDebugInfo()
117 std::optional<yaml::Hex64> AbbrOffset; member