Home
last modified time | relevance | path

Searched refs:getABISupport (Results 1 – 18 of 18) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.cpp83 auto &ABI = TPCIU.getABISupport(); in TPCTrampolinePool()
122 TPCIU.getABISupport().writeTrampolines(WorkingMemory.data(), TargetAddress, in grow()
160 switch (TPCIU.getABISupport().getPointerSize()) { in createStubs()
214 switch (TPCIU.getABISupport().getPointerSize()) { in updatePointer()
338 assert(TPC.getPageSize() > getABISupport().getStubSize() && in TPCIndirectionUtils()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp83 auto &ABI = EPCIU.getABISupport(); in EPCTrampolinePool()
122 EPCIU.getABISupport().writeTrampolines(WorkingMemory.data(), TargetAddress, in grow()
160 switch (EPCIU.getABISupport().getPointerSize()) { in createStubs()
214 switch (EPCIU.getABISupport().getPointerSize()) { in updatePointer()
338 assert(EPC.getPageSize() > getABISupport().getStubSize() && in EPCIndirectionUtils()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp83 auto &ABI = EPCIU.getABISupport(); in EPCTrampolinePool()
122 EPCIU.getABISupport().writeTrampolines(WorkingMemory.data(), TargetAddress, in grow()
160 switch (EPCIU.getABISupport().getPointerSize()) { in createStubs()
214 switch (EPCIU.getABISupport().getPointerSize()) { in updatePointer()
338 assert(EPC.getPageSize() > getABISupport().getStubSize() && in EPCIndirectionUtils()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.cpp83 auto &ABI = TPCIU.getABISupport(); in TPCTrampolinePool()
122 TPCIU.getABISupport().writeTrampolines(WorkingMemory.data(), TargetAddress, in grow()
160 switch (TPCIU.getABISupport().getPointerSize()) { in createStubs()
214 switch (TPCIU.getABISupport().getPointerSize()) { in updatePointer()
338 assert(TPC.getPageSize() > getABISupport().getStubSize() && in TPCIndirectionUtils()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp83 auto &ABI = EPCIU.getABISupport(); in EPCTrampolinePool()
122 EPCIU.getABISupport().writeTrampolines(WorkingMemory.data(), TargetAddress, in grow()
160 switch (EPCIU.getABISupport().getPointerSize()) { in createStubs()
214 switch (EPCIU.getABISupport().getPointerSize()) { in updatePointer()
338 assert(EPC.getPageSize() > getABISupport().getStubSize() && in EPCIndirectionUtils()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp83 auto &ABI = EPCIU.getABISupport(); in EPCTrampolinePool()
122 EPCIU.getABISupport().writeTrampolines( in grow()
159 switch (EPCIU.getABISupport().getPointerSize()) { in createStubs()
213 switch (EPCIU.getABISupport().getPointerSize()) { in updatePointer()
337 assert(EPC.getPageSize() > getABISupport().getStubSize() && in EPCIndirectionUtils()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp83 auto &ABI = EPCIU.getABISupport(); in EPCTrampolinePool()
122 EPCIU.getABISupport().writeTrampolines(WorkingMemory.data(), TargetAddress, in grow()
160 switch (EPCIU.getABISupport().getPointerSize()) { in createStubs()
214 switch (EPCIU.getABISupport().getPointerSize()) { in updatePointer()
338 assert(EPC.getPageSize() > getABISupport().getStubSize() && in EPCIndirectionUtils()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.cpp83 auto &ABI = TPCIU.getABISupport(); in TPCTrampolinePool()
122 TPCIU.getABISupport().writeTrampolines(WorkingMemory.data(), TargetAddress, in grow()
160 switch (TPCIU.getABISupport().getPointerSize()) { in createStubs()
214 switch (TPCIU.getABISupport().getPointerSize()) { in updatePointer()
338 assert(TPC.getPageSize() > getABISupport().getStubSize() && in TPCIndirectionUtils()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp83 auto &ABI = EPCIU.getABISupport(); in EPCTrampolinePool()
122 EPCIU.getABISupport().writeTrampolines(WorkingMemory.data(), TargetAddress, in grow()
160 switch (EPCIU.getABISupport().getPointerSize()) { in createStubs()
214 switch (EPCIU.getABISupport().getPointerSize()) { in updatePointer()
338 assert(EPC.getPageSize() > getABISupport().getStubSize() && in EPCIndirectionUtils()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.h93 ABISupport &getABISupport() const { return *ABI; } in getABISupport() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.h93 ABISupport &getABISupport() const { return *ABI; } in getABISupport() function
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.h93 ABISupport &getABISupport() const { return *ABI; } in getABISupport() function
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.h93 ABISupport &getABISupport() const { return *ABI; } in getABISupport() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.h93 ABISupport &getABISupport() const { return *ABI; } in getABISupport() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.h93 ABISupport &getABISupport() const { return *ABI; } in getABISupport() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.h93 ABISupport &getABISupport() const { return *ABI; } in getABISupport() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.h93 ABISupport &getABISupport() const { return *ABI; } in getABISupport() function
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.h93 ABISupport &getABISupport() const { return *ABI; } in getABISupport() function