| /src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerTypeUnit.cpp | 59 uint64_t OutOffset = getDebugInfoHeaderSize(); in createDIETree() local 60 UnitDIE->setOffset(OutOffset); in createDIETree() 66 {OutOffset}, in createDIETree() 69 OutOffset += DIETreeGenerator in createDIETree() 75 OutOffset += DIETreeGenerator in createDIETree() 82 DebugStrPatch{{OutOffset}, in createDIETree() 85 OutOffset += DIETreeGenerator in createDIETree() 92 DebugOffsetPatch{OutOffset, &DebugLineSection}, PatchesOffsets); in createDIETree() 94 OutOffset += DIETreeGenerator in createDIETree() 101 DebugStrPatch{{OutOffset}, GlobalData.getStringPool().insert("").first}, in createDIETree() [all …]
|
| H A D | AcceleratorRecordsSaver.cpp | 214 Info.OutOffset = OutDIE->getOffset(); in saveNameRecord() 229 Info.OutOffset = OutDIE->getOffset(); in saveNamespaceRecord() 240 Info.OutOffset = 0xbaddef; in saveNamespaceRecord() 254 Info.OutOffset = OutDIE->getOffset(); in saveObjCNameRecord() 272 Info.OutOffset = OutDIE->getOffset(); in saveTypeRecord() 286 Info.OutOffset = 0xbaddef; in saveTypeRecord()
|
| H A D | DWARFLinkerTypeUnit.h | 64 Info.OutOffset = Info.OutDIE->getOffset(); in forEachAcceleratorRecord() 84 uint64_t finalizeTypeEntryRec(uint64_t OutOffset, DIE *OutDIE,
|
| H A D | DIEGenerator.h | 31 DIE *createDIE(dwarf::Tag DieTag, uint32_t OutOffset) { in createDIE() argument 34 OutputDIE->setOffset(OutOffset); in createDIE()
|
| H A D | DWARFLinkerCompileUnit.cpp | 1290 uint64_t OutOffset, std::optional<int64_t> FuncAddressAdjustment, in cloneDIE() argument 1308 InputDieEntry, PlainDIEGenerator, OutOffset, FuncAddressAdjustment, in cloneDIE() 1339 CurChild, TypeParentForChild, OutOffset, FuncAddressAdjustment, in cloneDIE() 1343 OutOffset = in cloneDIE() 1353 OutOffset += sizeof(int8_t); in cloneDIE() 1358 ClonedDIE.first->setSize(OutOffset - ClonedDIE.first->getOffset()); in cloneDIE() 1365 uint64_t &OutOffset, std::optional<int64_t> &FuncAddressAdjustment, in createPlainDIEandCloneAttributes() argument 1397 ClonedDIE = PlainDIEGenerator.createDIE(InputDieEntry->getTag(), OutOffset); in createPlainDIEandCloneAttributes() 1401 rememberDieOutOffset(InputDieIdx, OutOffset); in createPlainDIEandCloneAttributes() 1415 OutOffset = in createPlainDIEandCloneAttributes()
|
| H A D | DWARFLinkerImpl.cpp | 1218 uint64_t OutOffset = Info.OutOffset; in emitAppleAcceleratorSections() local 1227 OutOffset); in emitAppleAcceleratorSections() 1233 OutOffset); in emitAppleAcceleratorSections() 1239 OutOffset); in emitAppleAcceleratorSections() 1245 OutOffset, in emitAppleAcceleratorSections() 1360 Info.OutOffset, std::nullopt /*ParentDIEOffset*/, in emitDWARFv5DebugNamesSection()
|
| H A D | DWARFLinkerUnit.h | 132 uint64_t OutOffset; member
|
| H A D | DWARFLinkerCompileUnit.h | 420 TypeEntry *ClonedParentTypeDIE, uint64_t OutOffset, 654 uint64_t &OutOffset, std::optional<int64_t> &FuncAddressAdjustment,
|
| H A D | DWARFLinkerUnit.cpp | 191 OutSection.emitOffset(Info.OutOffset); in emitPubAcceleratorEntry()
|
| /src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 1297 uint64_t &OutOffset) { in emitMacroTableImpl() argument 1320 V = DIEValue(V.getAttribute(), V.getForm(), DIEInteger(OutOffset)); in emitMacroTableImpl() 1324 V = DIEValue(V.getAttribute(), V.getForm(), DIEInteger(OutOffset)); in emitMacroTableImpl() 1333 OutOffset += sizeof(List.Header.Version); in emitMacroTableImpl() 1363 OutOffset += sizeof(Flags); in emitMacroTableImpl() 1368 OutOffset += List.Header.getOffsetByteSize(); in emitMacroTableImpl() 1375 OutOffset += MS->emitULEB128IntValue(MacroEntry.Type); in emitMacroTableImpl() 1390 OutOffset++; in emitMacroTableImpl() 1393 OutOffset += MS->emitULEB128IntValue(MacroEntry.ExtConstant); in emitMacroTableImpl() 1399 OutOffset += String.size() + 1; in emitMacroTableImpl() [all …]
|
| H A D | DWARFLinker.cpp | 1681 int64_t PCOffset, uint32_t OutOffset, in cloneDIE() argument 1703 Die->setOffset(OutOffset); in cloneDIE() 1711 Info.Ctxt->setCanonicalDIEOffset(OutOffset + Unit.getStartOffset()); in cloneDIE() 1775 Unit.getStartOffset() + OutOffset - CurAttrFixup.InputAttrStartOffset; in cloneDIE() 1789 OutOffset += FinalAttrSize; in cloneDIE() 1803 OutOffset += 4; in cloneDIE() 1865 OutOffset += 4; in cloneDIE() 1878 OutOffset += AbbrevNumberSize; in cloneDIE() 1891 Die->setSize(OutOffset - Die->getOffset()); in cloneDIE() 1897 if (DIE *Clone = cloneDIE(Child, File, Unit, PCOffset, OutOffset, Flags, in cloneDIE() [all …]
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86DynAllocaExpander.cpp | 136 DenseMap<MachineBasicBlock *, int64_t> OutOffset; in computeLowerings() local 138 OutOffset[&MBB] = INT32_MAX; in computeLowerings() 150 Offset = std::max(Offset, OutOffset[Pred]); in computeLowerings() 186 OutOffset[MBB] = Offset; in computeLowerings()
|
| /src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.h | 225 OffsetsStringPool &StringPool, uint64_t &OutOffset);
|
| H A D | DWARFLinker.h | 587 CompileUnit &U, int64_t PCOffset, uint32_t OutOffset,
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 3568 int OutOffset = Order[0] == Src ? 0 : InpLen; in combineConcatVectorsBeforeLegal() local 3569 LongMask.push_back(M + OutOffset); in combineConcatVectorsBeforeLegal()
|