Searched refs:AbbrOffset (Results 1 – 14 of 14) sorted by relevance
80 uint64_t AbbrOffset = debug_info.getU32(offset_ptr); in extractImpl() local82 if (AbbrOffset) in extractImpl()90 AbbrOffset = AbbrEntry->Offset; in extractImpl()101 Abbrevs = Abbrev->getAbbreviationDeclarationSet(AbbrOffset); in extractImpl()
53 uint64_t AbbrOffset = 0; variable91 uint64_t getAbbrOffset() const { return AbbrOffset; } in getAbbrOffset()
53 uint64_t AbbrOffset = 0; variable87 uint64_t getAbbrOffset() const { return AbbrOffset; } in getAbbrOffset()
276 AbbrOffset = debug_info.getRelocatedValue( in extract()279 AbbrOffset = debug_info.getRelocatedValue( in extract()290 if (AbbrOffset) in extract()298 AbbrOffset = AbbrEntry->Offset; in extract()
103 uint64_t AbbrOffset, Length; in verifyUnitHeader() local125 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()
242 AbbrOffset = debug_info.getRelocatedValue( in extract()245 AbbrOffset = debug_info.getRelocatedValue( in extract()292 if (AbbrOffset) in applyIndexEntry()301 AbbrOffset = AbbrEntry->Offset; in applyIndexEntry()
105 uint64_t AbbrOffset, Length; in verifyUnitHeader() local125 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()
146 writeInteger((uint32_t)CU.AbbrOffset, OS, DebugInfo.IsLittleEndian); in onStartCompileUnit()148 writeInteger((uint32_t)CU.AbbrOffset, OS, DebugInfo.IsLittleEndian); in onStartCompileUnit()
103 IO.mapRequired("AbbrOffset", Unit.AbbrOffset); in mapping()
104 uint32_t AbbrOffset; member
190 IO.mapOptional("AbbrOffset", Unit.AbbrOffset); in mapping()
446 if (Unit.AbbrOffset) { in emitDebugInfo()447 AbbrevTableOffset = *Unit.AbbrOffset; in emitDebugInfo()
227 NewUnit.AbbrOffset = CU->getAbbreviations()->getOffset(); in dumpDebugInfo()
116 Optional<yaml::Hex64> AbbrOffset; member