Home
last modified time | relevance | path

Searched refs:getStubSize (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTPCIndirectionUtils.cpp338 assert(TPC.getPageSize() > getABISupport().getStubSize() && in TPCIndirectionUtils()
351 auto StubBytes = alignTo(NumStubsToAllocate * ABI->getStubSize(), PageSize); in getIndirectStubs()
352 NumStubsToAllocate = StubBytes / ABI->getStubSize(); in getIndirectStubs()
384 StubTargetAddr += ABI->getStubSize(); in getIndirectStubs()
/external/llvm-project/llvm/include/llvm/MC/
DMCSectionMachO.h48 unsigned getStubSize() const { return Reserved2; } in getStubSize() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSectionMachO.h55 unsigned getStubSize() const { return Reserved2; } in getStubSize() function
/external/llvm/include/llvm/MC/
DMCSectionMachO.h56 unsigned getStubSize() const { return Reserved2; } in getStubSize() function
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DTPCIndirectionUtils.h50 unsigned getStubSize() const { return StubSize; } in getStubSize() function
/external/llvm/lib/MC/
DMachObjectWriter.cpp233 write32(Section.getStubSize()); // reserved2 in writeSection()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp576 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) { in getExplicitSectionGlobal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMachObjectWriter.cpp251 W.write<uint32_t>(Section.getStubSize()); // reserved2 in writeSection()
/external/llvm-project/llvm/lib/MC/
DMachObjectWriter.cpp251 W.write<uint32_t>(Section.getStubSize()); // reserved2 in writeSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp968 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) { in getExplicitSectionGlobal()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1173 if (S->getTypeAndAttributes() != TAA || S->getStubSize() != StubSize) { in getExplicitSectionGlobal()