/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 | 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 …]
|
/freebsd/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()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
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 | DWARFLinkerUnit.cpp | 191 OutSection.emitOffset(Info.OutOffset); in emitPubAcceleratorEntry()
|
/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 | 225 OffsetsStringPool &StringPool, uint64_t &OutOffset);
|
/freebsd/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()
|