Home
last modified time | relevance | path

Searched refs:OutOffset (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp60 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()
103 OutOffset += DIETreeGenerator in createDIETree()
120 OutOffset = in createDIETree()
254 OutOffset = finalizeTypeEntryRec(OutOffset, ChildDIE, ChildEntry); in finalizeTypeEntryRec()
258 OutOffset += sizeof(int8_t); in finalizeTypeEntryRec()
[all …]
H A DAcceleratorRecordsSaver.cpp214 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 DDWARFLinkerTypeUnit.h64 Info.OutOffset = Info.OutDIE->getOffset(); in forEachAcceleratorRecord()
84 uint64_t finalizeTypeEntryRec(uint64_t OutOffset, DIE *OutDIE,
H A DDIEGenerator.h31 DIE *createDIE(dwarf::Tag DieTag, uint32_t OutOffset) { in createDIE() argument
34 OutputDIE->setOffset(OutOffset); in createDIE()
H A DDWARFLinkerCompileUnit.cpp1290 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 DDWARFLinkerImpl.cpp1220 uint64_t OutOffset = Info.OutOffset; in emitAppleAcceleratorSections() local
1229 OutOffset); in emitAppleAcceleratorSections()
1235 OutOffset); in emitAppleAcceleratorSections()
1241 OutOffset); in emitAppleAcceleratorSections()
1247 OutOffset, in emitAppleAcceleratorSections()
1362 Info.OutOffset, std::nullopt /*ParentDIEOffset*/, in emitDWARFv5DebugNamesSection()
H A DDWARFLinkerUnit.h127 uint64_t OutOffset; member
H A DDWARFLinkerCompileUnit.h420 TypeEntry *ClonedParentTypeDIE, uint64_t OutOffset,
654 uint64_t &OutOffset, std::optional<int64_t> &FuncAddressAdjustment,
H A DDWARFLinkerUnit.cpp193 OutSection.emitOffset(Info.OutOffset); in emitPubAcceleratorEntry()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1324 OutOffset += sizeof(List.Header.Version); in emitMacroTableImpl()
1354 OutOffset += sizeof(Flags); in emitMacroTableImpl()
1359 OutOffset += List.Header.getOffsetByteSize(); in emitMacroTableImpl()
1381 OutOffset++; in emitMacroTableImpl()
1390 OutOffset += String.size() + 1; in emitMacroTableImpl()
1404 OutOffset++; in emitMacroTableImpl()
1413 OutOffset += String.size() + 1; in emitMacroTableImpl()
1447 OutOffset++; in emitMacroTableImpl()
1456 OutOffset += List.Header.getOffsetByteSize(); in emitMacroTableImpl()
1462 OutOffset++; in emitMacroTableImpl()
[all …]
H A DDWARFLinker.cpp1664 int64_t PCOffset, uint32_t OutOffset, in cloneDIE() argument
1686 Die->setOffset(OutOffset); in cloneDIE()
1694 Info.Ctxt->setCanonicalDIEOffset(OutOffset + Unit.getStartOffset()); in cloneDIE()
1772 OutOffset += FinalAttrSize; in cloneDIE()
1786 OutOffset += 4; in cloneDIE()
1848 OutOffset += 4; in cloneDIE()
1861 OutOffset += AbbrevNumberSize; in cloneDIE()
1874 Die->setSize(OutOffset - Die->getOffset()); in cloneDIE()
1883 OutOffset = Clone->getOffset() + Clone->getSize(); in cloneDIE()
1888 OutOffset += sizeof(int8_t); in cloneDIE()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DynAllocaExpander.cpp136 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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h228 OffsetsStringPool &StringPool, uint64_t &OutOffset);
H A DDWARFLinker.h587 CompileUnit &U, int64_t PCOffset, uint32_t OutOffset,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp3568 int OutOffset = Order[0] == Src ? 0 : InpLen; in combineConcatVectorsBeforeLegal() local
3569 LongMask.push_back(M + OutOffset); in combineConcatVectorsBeforeLegal()