Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.cpp28 getIndirectStubs(TPCIndirectionUtils &TPCIU, unsigned NumStubs) { in getIndirectStubs()
48 TPCIndirectionUtils &TPCIU; member in __anonabbea0970111::TPCTrampolinePool
57 TPCIndirectStubsManager(TPCIndirectionUtils &TPCIU) : TPCIU(TPCIU) {} in TPCIndirectStubsManager()
76 TPCIndirectionUtils &TPCIU; member in __anonabbea0970111::TPCIndirectStubsManager
80 TPCTrampolinePool::TPCTrampolinePool(TPCIndirectionUtils &TPCIU) in TPCTrampolinePool()
414 Error setUpInProcessLCTMReentryViaTPCIU(TPCIndirectionUtils &TPCIU) { in setUpInProcessLCTMReentryViaTPCIU()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl/
H A DLLJITWithTargetProcessControl.cpp108 auto *TPCIU = static_cast<TPCIndirectionUtils *>(Ctx); in reenter() local
150 auto TPCIU = ExitOnErr(TPCIndirectionUtils::Create(*TPC)); in main() local