Home
last modified time | relevance | path

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

/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.cpp1297 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 DDWARFLinker.cpp1681 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 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/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
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.cpp1218 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 DDWARFLinkerUnit.h132 uint64_t OutOffset; member
H A DDWARFLinkerUnit.cpp191 OutSection.emitOffset(Info.OutOffset); in emitPubAcceleratorEntry()
/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.h225 OffsetsStringPool &StringPool, uint64_t &OutOffset);
/freebsd/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()