Searched refs:AbbrOffset (Results 1 – 6 of 6) sorted by relevance
267 AbbrOffset = debug_info.getRelocatedValue( in extract()270 AbbrOffset = debug_info.getRelocatedValue( in extract()345 if (AbbrOffset) in applyIndexEntry()373 AbbrOffset = AbbrEntry->getOffset(); in applyIndexEntry()
128 uint64_t AbbrOffset, Length; in verifyUnitHeader() local148 AbbrOffset = isUnitDWARF64 ? DebugInfoData.getU64(Offset) : DebugInfoData.getU32(Offset); in verifyUnitHeader()152 AbbrOffset = isUnitDWARF64 ? DebugInfoData.getU64(Offset) : DebugInfoData.getU32(Offset); in verifyUnitHeader()157 DCtx.getDebugAbbrev()->getAbbreviationDeclarationSet(AbbrOffset); in verifyUnitHeader()
61 uint64_t AbbrOffset = 0; variable99 uint64_t getAbbrOffset() const { return AbbrOffset; } in getAbbrOffset()
217 IO.mapOptional("AbbrOffset", Unit.AbbrOffset); in mapping()
446 if (Unit.AbbrOffset) { in emitDebugInfo()447 AbbrevTableOffset = *Unit.AbbrOffset; in emitDebugInfo()
117 std::optional<yaml::Hex64> AbbrOffset; member