| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerTypeUnit.cpp | 58 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 D | DWARFLinkerCompileUnit.cpp | 1286 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 D | DWARFLinkerImpl.cpp | 1216 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 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()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | |
| H A D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 1302 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 D | DWARFLinker.cpp | 1699 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 D | X86DynAllocaExpander.cpp | 139 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 D | DWARFLinkerUnit.h | |
| H A D | DWARFEmitterImpl.h | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFStreamer.h | |
| H A D | DWARFLinker.h | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.h | 229 OffsetsStringPool &StringPool, uint64_t &OutOffset);
|
| H A D | DWARFLinker.h | 591 CompileUnit &U, int64_t PCOffset, uint32_t OutOffset,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 3605 int OutOffset = Order[0] == Src ? 0 : InpLen; in combineConcatVectorsBeforeLegal() local 3606 LongMask.push_back(M + OutOffset); in combineConcatVectorsBeforeLegal()
|