Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp58 uint64_t OutOffset = getDebugInfoHeaderSize(); in createDIETree() local
59 UnitDIE->setOffset(OutOffset); in createDIETree()
65 {OutOffset}, in createDIETree()
68 OutOffset += DIETreeGenerator in createDIETree()
74 OutOffset += DIETreeGenerator in createDIETree()
81 DebugStrPatch{{OutOffset}, in createDIETree()
84 OutOffset += DIETreeGenerator in createDIETree()
91 DebugOffsetPatch{OutOffset, &DebugLineSection}, PatchesOffsets); in createDIETree()
93 OutOffset += DIETreeGenerator in createDIETree()
100 DebugStrPatch{{OutOffset}, GlobalData.getStringPool().insert("").first}, in createDIETree()
[all …]
H A DDWARFLinkerCompileUnit.cpp1286 uint64_t OutOffset, std::optional<int64_t> FuncAddressAdjustment, in cloneDIE() argument
1304 InputDieEntry, PlainDIEGenerator, OutOffset, FuncAddressAdjustment, in cloneDIE()
1335 CurChild, TypeParentForChild, OutOffset, FuncAddressAdjustment, in cloneDIE()
1339 OutOffset = in cloneDIE()
1349 OutOffset += sizeof(int8_t); in cloneDIE()
1354 ClonedDIE.first->setSize(OutOffset - ClonedDIE.first->getOffset()); in cloneDIE()
1361 uint64_t &OutOffset, std::optional<int64_t> &FuncAddressAdjustment, in createPlainDIEandCloneAttributes() argument
1393 ClonedDIE = PlainDIEGenerator.createDIE(InputDieEntry->getTag(), OutOffset); in createPlainDIEandCloneAttributes()
1397 rememberDieOutOffset(InputDieIdx, OutOffset); in createPlainDIEandCloneAttributes()
1411 OutOffset = in createPlainDIEandCloneAttributes()
H A DDWARFLinkerImpl.cpp1216 uint64_t OutOffset = Info.OutOffset; in emitAppleAcceleratorSections() local
1225 OutOffset); in emitAppleAcceleratorSections()
1231 OutOffset); in emitAppleAcceleratorSections()
1237 OutOffset); in emitAppleAcceleratorSections()
1243 OutOffset, in emitAppleAcceleratorSections()
1358 Info.OutOffset, std::nullopt /*ParentDIEOffset*/, in emitDWARFv5DebugNamesSection()
H A DDWARFLinkerUnit.h132 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.cpp191 OutSection.emitOffset(Info.OutOffset); in emitPubAcceleratorEntry()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1302 uint64_t &OutOffset) { in emitMacroTableImpl() argument
1325 V = DIEValue(V.getAttribute(), V.getForm(), DIEInteger(OutOffset)); in emitMacroTableImpl()
1329 V = DIEValue(V.getAttribute(), V.getForm(), DIEInteger(OutOffset)); in emitMacroTableImpl()
1338 OutOffset += sizeof(List.Header.Version); in emitMacroTableImpl()
1368 OutOffset += sizeof(Flags); in emitMacroTableImpl()
1373 OutOffset += List.Header.getOffsetByteSize(); in emitMacroTableImpl()
1380 OutOffset += MS->emitULEB128IntValue(MacroEntry.Type); in emitMacroTableImpl()
1395 OutOffset++; in emitMacroTableImpl()
1398 OutOffset += MS->emitULEB128IntValue(MacroEntry.ExtConstant); in emitMacroTableImpl()
1404 OutOffset += String.size() + 1; in emitMacroTableImpl()
[all …]
H A DDWARFLinker.cpp1699 int64_t PCOffset, uint32_t OutOffset, in cloneDIE() argument
1721 Die->setOffset(OutOffset); in cloneDIE()
1729 Info.Ctxt->setCanonicalDIEOffset(OutOffset + Unit.getStartOffset()); in cloneDIE()
1793 Unit.getStartOffset() + OutOffset - CurAttrFixup.InputAttrStartOffset; in cloneDIE()
1807 OutOffset += FinalAttrSize; in cloneDIE()
1821 OutOffset += 4; in cloneDIE()
1894 OutOffset += 4; in cloneDIE()
1907 OutOffset += AbbrevNumberSize; in cloneDIE()
1920 Die->setSize(OutOffset - Die->getOffset()); in cloneDIE()
1926 if (DIE *Clone = cloneDIE(Child, File, Unit, PCOffset, OutOffset, Flags, in cloneDIE()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DynAllocaExpander.cpp139 DenseMap<MachineBasicBlock *, int64_t> OutOffset; in computeLowerings() local
141 OutOffset[&MBB] = INT32_MAX; in computeLowerings()
153 Offset = std::max(Offset, OutOffset[Pred]); in computeLowerings()
189 OutOffset[MBB] = Offset; in computeLowerings()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerUnit.h
H A DDWARFEmitterImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h229 OffsetsStringPool &StringPool, uint64_t &OutOffset);
H A DDWARFLinker.h591 CompileUnit &U, int64_t PCOffset, uint32_t OutOffset,
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp3605 int OutOffset = Order[0] == Src ? 0 : InpLen; in combineConcatVectorsBeforeLegal() local
3606 LongMask.push_back(M + OutOffset); in combineConcatVectorsBeforeLegal()