Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DTPCIndirectionUtils.h36 class ABISupport {
38 ABISupport(unsigned PointerSize, unsigned TrampolineSize, unsigned StubSize, in ABISupport() function
46 virtual ~ABISupport();
93 ABISupport &getABISupport() const { return *ABI; } in getABISupport()
144 std::unique_ptr<ABISupport> ABI);
150 std::unique_ptr<ABISupport> ABI;
176 class ABISupportImpl : public TPCIndirectionUtils::ABISupport {
179 : ABISupport(ORCABI::PointerSize, ORCABI::TrampolineSize, in ABISupportImpl()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTPCIndirectionUtils.cpp234 TPCIndirectionUtils::ABISupport::~ABISupport() {} in ~ABISupport()
334 std::unique_ptr<ABISupport> ABI) in TPCIndirectionUtils()