Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp83 auto &ABI = EPCIU.getABISupport(); in EPCTrampolinePool()
121 EPCIU.getABISupport().writeTrampolines( in grow()
158 switch (EPCIU.getABISupport().getPointerSize()) { in createStubs()
212 switch (EPCIU.getABISupport().getPointerSize()) { in updatePointer()
343 assert(EPC.getPageSize() > getABISupport().getStubSize() && in EPCIndirectionUtils()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.h97 ABISupport &getABISupport() const { return *ABI; } in getABISupport() function