Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
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()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DTPCIndirectionUtils.h93 ABISupport &getABISupport() const { return *ABI; } in getABISupport() function