Home
last modified time | relevance | path

Searched refs:PointerSize (Results 1 – 25 of 56) sorted by relevance

123

/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.h36 JITSymbolResolver &Resolver, unsigned PointerSize,
38 : RuntimeDyldImpl(MemMgr, Resolver), PointerSize(PointerSize), in RuntimeDyldCOFF()
40 assert((PointerSize == 4 || PointerSize == 8) && "Unexpected pointer size"); in RuntimeDyldCOFF()
52 return alignTo(Size, PointerSize) + PointerSize;
56 unsigned PointerSize;
39 RuntimeDyldCOFF(RuntimeDyld::MemoryManager & MemMgr,JITSymbolResolver & Resolver,unsigned PointerSize,uint32_t PointerReloc) RuntimeDyldCOFF() argument
H A DRuntimeDyldCOFF.cpp97 auto EntryOffset = alignTo(Sec.getStubOffset(), PointerSize); in getDLLImportOffset()
98 Sec.advanceStubOffset(EntryOffset + PointerSize - Sec.getStubOffset()); in getDLLImportOffset()
102 Log2_64(PointerSize)); in getDLLImportOffset()
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcABISupport.h45 uint64_t PointerBytes = NumStubs * ORCABI::PointerSize;
57 static constexpr unsigned PointerSize = sizeof(uintptr_t);
91 static constexpr unsigned PointerSize = 8;
132 static constexpr unsigned PointerSize = 8;
200 static constexpr unsigned PointerSize = 4;
241 static constexpr unsigned PointerSize = 4;
303 static constexpr unsigned PointerSize = 8;
343 static constexpr unsigned PointerSize = 8;
383 static constexpr unsigned PointerSize = 8;
H A DEPCIndirectionUtils.h38 ABISupport(unsigned PointerSize, unsigned TrampolineSize, unsigned StubSize, in ABISupport() argument
40 : PointerSize(PointerSize), TrampolineSize(TrampolineSize), in ABISupport()
48 unsigned getPointerSize() const { return PointerSize; } in getPointerSize()
71 unsigned PointerSize = 0;
181 : ABISupport(ORCABI::PointerSize, ORCABI::TrampolineSize, in ABISupportImpl()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAIXException.cpp61 const unsigned PointerSize = DL.getPointerSize(); in emitExceptionInfoTable() local
64 Asm->OutStreamer->emitValueToAlignment(Align(PointerSize)); in emitExceptionInfoTable()
68 PointerSize); in emitExceptionInfoTable()
72 PointerSize); in emitExceptionInfoTable()
/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp132 UseInfo(unsigned PointerSize) : Range{PointerSize, false} {} in UseInfo()
157 unsigned PointerSize = DL.getPointerTypeSizeInBits(AI.getType()); in getStaticAllocaSizeRange() local
159 ConstantRange R = ConstantRange::getEmpty(PointerSize); in getStaticAllocaSizeRange()
162 APInt APSize(PointerSize, TS.getFixedValue(), true); in getStaticAllocaSizeRange()
173 Mul = Mul.sextOrTrunc(PointerSize); in getStaticAllocaSizeRange()
178 R = ConstantRange(APInt::getZero(PointerSize), APSize); in getStaticAllocaSizeRange()
242 unsigned PointerSize = 0; member in __anon29ea715c0211::StackSafetyLocalAnalysis
272 PointerSize(DL.getPointerSizeInBits()), in StackSafetyLocalAnalysis()
273 UnknownRange(PointerSize, tru in StackSafetyLocalAnalysis()
854 uint32_t PointerSize = createGlobalStackSafetyInfo() local
[all...]
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h25 bool StackReal, unsigned PointerSize);
55 unsigned getPointerSize() const { return PointerSize; } in getPointerSize()
58 unsigned PointerSize;
65 SystemZELFFrameLowering(unsigned PointerSize);
124 SystemZXPLINKFrameLowering(unsigned PointerSize);
H A DSystemZAsmPrinter.h59 const uint64_t PointerSize;
69 AssociatedDataAreaTable(uint64_t PointerSize) : PointerSize(PointerSize) {} in AssociatedDataAreaTable() argument
H A DSystemZAsmPrinter.cpp165 Length = 2 * PointerSize; in insert()
168 Length = PointerSize; in insert()
1092 const unsigned PointerSize = getDataLayout().getPointerSize();
1117 PointerSize); in emitIDRLSection()
1122 PointerSize); in emitFunctionBodyEnd()
1123 EmittedBytes += PointerSize * 2; in emitFunctionBodyEnd()
1131 PointerSize); in emitFunctionBodyEnd()
1132 EmittedBytes += PointerSize; in emitFunctionBodyEnd()
1146 PointerSize); in emitPPA1Flags()
1147 EmittedBytes += PointerSize; in emitPPA1Flags()
987 const unsigned PointerSize = getDataLayout().getPointerSize(); emitADASection() local
[all...]
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp190 ArrayRef<char> getDSOHandleContent(size_t PointerSize) { in notifyAdding()
192 assert(PointerSize <= sizeof Content); in notifyAdding()
193 return {Content, PointerSize}; in notifyAdding()
42 unsigned PointerSize; materialize() local
101 getDSOHandleContent(size_t PointerSize) getDSOHandleContent() argument
H A DExecutionUtils.cpp562 auto PointerSize = getTargetPointerSize(TT); createStubsGraph() local
H A DOrcABISupport.cpp183 static_assert(StubSize == PointerSize, in writeIndirectStubsBlock()
241 static_assert(StubSize == PointerSize, in writeIndirectStubsBlock()
1082 PointersBlockTargetAddress += PointerSize; in writeIndirectStubsBlock()
1235 PointersBlockTargetAddress += PointerSize; in writeIndirectStubsBlock()
/llvm-project/llvm/unittests/ExecutionEngine/JITLink/
H A DAArch32ErrorTests.cpp20 constexpr unsigned PointerSize = 4; global() variable
H A DStubsTests.cpp25 GenerateStub(LinkGraph &G, size_t PointerSize, Edge::Kind PointerEdgeKind) { in GenerateStub() argument
47 EXPECT_EQ(PointerSym.getBlock().getSize(), PointerSize); in GenerateStub()
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp511 getTypeSizeImpl(DWARFDie Die, uint64_t PointerSize, in getTypeSizeImpl()
524 return PointerSize; in getTypeSizeImpl()
528 return 2 * PointerSize; in getTypeSizeImpl()
529 return PointerSize; in getTypeSizeImpl()
538 return getTypeSizeImpl(BaseType, PointerSize, Visited); in getTypeSizeImpl()
546 getTypeSizeImpl(BaseType, PointerSize, Visited); in getTypeSizeImpl()
571 return getTypeSizeImpl(BaseType, PointerSize, Visited); in dumpParentChain()
577 std::optional<uint64_t> DWARFDie::getTypeSize(uint64_t PointerSize) { in dump()
579 return getTypeSizeImpl(*this, PointerSize, Visited); in dump()
494 getTypeSizeImpl(DWARFDie Die,uint64_t PointerSize,SmallPtrSetImpl<const DWARFDebugInfoEntry * > & Visited) getTypeSizeImpl() argument
560 getTypeSize(uint64_t PointerSize) getTypeSize() argument
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Di386.h261 constexpr uint32_t PointerSize = 4; in applyFixup()
264 extern const char NullPointerContent[PointerSize]; in applyFixup()
290 return G.addAnonymousSymbol(B, 0, PointerSize, false, false);
276 constexpr uint32_t PointerSize = 4; global() variable
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSubtarget.h40 const unsigned PointerSize;
78 unsigned getPointerSize() const { return PointerSize; }
H A DSPIRVSubtarget.cpp57 PointerSize(TM.getPointerSizeInBits(/* AS= */ 0)), InstrInfo(), in SPIRVSubtarget()
90 GR = std::make_unique<SPIRVGlobalRegistry>(PointerSize); in SPIRVSubtarget()
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupportImpl.h34 EHFrameEdgeFixer(StringRef EHFrameSectionName, unsigned PointerSize,
112 unsigned PointerSize;
109 unsigned PointerSize; global() variable
H A DEHFrameSupport.cpp22 unsigned PointerSize, Edge::Kind Pointer32, in EHFrameEdgeFixer()
25 : EHFrameSectionName(EHFrameSectionName), PointerSize(PointerSize), in EHFrameEdgeFixer()
489 PointerEncoding |= (PointerSize == 8) ? DW_EH_PE_udata8 : DW_EH_PE_udata4; in skipEncodedPointer()
542 PointerEncoding |= (PointerSize == 8) ? DW_EH_PE_udata8 : DW_EH_PE_udata4; in getOrCreateEncodedPointerEdge()
23 EHFrameEdgeFixer(StringRef EHFrameSectionName,unsigned PointerSize,Edge::Kind Pointer32,Edge::Kind Pointer64,Edge::Kind Delta32,Edge::Kind Delta64,Edge::Kind NegDelta32) EHFrameEdgeFixer() argument
H A DJITLink.cpp474 unsigned PointerSize; absoluteSymbolsLinkGraph() local
/llvm-project/llvm/include/llvm/Object/
H A DMachO.h138 uint8_t PointerSize, uint64_t Count = 1,
200 uint8_t PointerSize; variable
257 uint8_t PointerSize; variable
579 uint8_t PointerSize,
583 PointerSize, Count, Skip);
594 uint8_t PointerSize,
598 PointerSize, Count, Skip);
/llvm-project/clang/test/CodeGen/
H A Darm64_32.c11 int PointerSize = sizeof(void *); variable
/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp423 const unsigned PointerSize = MAI->getCodePointerSize(); in emitTCEntry()
424 Streamer.emitValueToAlignment(Align(PointerSize));
426 PointerSize); in emitMachine()
419 const unsigned PointerSize = MAI->getCodePointerSize(); emitTCEntry() local
/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyVariableDumper.cpp107 uint32_t PointerSize = VTableType->getLength(); in start() local
111 << " [sizeof=" << PointerSize << "] "; in start()

123