Searched refs:AbbrOffset (Results 1 – 8 of 8) 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()
111 AbbrOffset = debug_info.getU32(offset_ptr); in extract()113 AbbrOffset = debug_info.getRelocatedValue(4, offset_ptr); in extract()123 if (AbbrOffset) in extract()131 AbbrOffset = AbbrEntry->Offset; in extract()
113 uint32_t AbbrOffset, Length; in verifyUnitHeader() local138 AbbrOffset = DebugInfoData.getU32(Offset); in verifyUnitHeader()142 AbbrOffset = DebugInfoData.getU32(Offset); in verifyUnitHeader()146 if (!DCtx.getDebugAbbrev()->getAbbreviationDeclarationSet(AbbrOffset)) in verifyUnitHeader()
147 writeInteger((uint32_t)CU.AbbrOffset, OS, DebugInfo.IsLittleEndian); in onStartCompileUnit()149 writeInteger((uint32_t)CU.AbbrOffset, OS, DebugInfo.IsLittleEndian); in onStartCompileUnit()
104 IO.mapRequired("AbbrOffset", Unit.AbbrOffset); in mapping()
53 uint64_t AbbrOffset = 0; variable86 uint64_t getAbbrOffset() const { return AbbrOffset; } in getAbbrOffset()
105 uint32_t AbbrOffset; member
123 NewUnit.AbbrOffset = CU->getAbbreviations()->getOffset(); in dumpDebugInfo()