Home
last modified time | relevance | path

Searched defs:TPCIU (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
DKaleidoscopeJIT.h44 std::unique_ptr<TPCIndirectionUtils> TPCIU; variable
64 std::unique_ptr<TPCIndirectionUtils> TPCIU, in KaleidoscopeJIT()
97 auto TPCIU = TPCIndirectionUtils::Create(**TPC); in Create() local
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTPCIndirectionUtils.cpp28 getIndirectStubs(TPCIndirectionUtils &TPCIU, unsigned NumStubs) { in getIndirectStubs()
48 TPCIndirectionUtils &TPCIU; member in __anon0e890b430111::TPCTrampolinePool
57 TPCIndirectStubsManager(TPCIndirectionUtils &TPCIU) : TPCIU(TPCIU) {} in TPCIndirectStubsManager()
76 TPCIndirectionUtils &TPCIU; member in __anon0e890b430111::TPCIndirectStubsManager
80 TPCTrampolinePool::TPCTrampolinePool(TPCIndirectionUtils &TPCIU) in TPCTrampolinePool()
414 Error setUpInProcessLCTMReentryViaTPCIU(TPCIndirectionUtils &TPCIU) { in setUpInProcessLCTMReentryViaTPCIU()
/external/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
DKaleidoscopeJIT.h131 std::unique_ptr<TPCIndirectionUtils> TPCIU; variable
151 std::unique_ptr<TPCIndirectionUtils> TPCIU, in KaleidoscopeJIT()
182 auto TPCIU = TPCIndirectionUtils::Create(**TPC); in Create() local
/external/llvm-project/llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl/
DLLJITWithTargetProcessControl.cpp108 auto *TPCIU = static_cast<TPCIndirectionUtils *>(Ctx); in reenter() local
150 auto TPCIU = ExitOnErr(TPCIndirectionUtils::Create(*TPC)); in main() local