Searched refs:MCJIT (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 33 RegisterJIT() { MCJIT::Register(); } in RegisterJIT() 42 MCJIT::createJIT(std::unique_ptr<Module> M, std::string *ErrorStr, in createJIT() 59 return new MCJIT(std::move(M), std::move(TM), std::move(MemMgr), in createJIT() 63 MCJIT::MCJIT(std::unique_ptr<Module> M, std::unique_ptr<TargetMachine> TM, in MCJIT() function in MCJIT 90 MCJIT::~MCJIT() { in ~MCJIT() 102 void MCJIT::addModule(std::unique_ptr<Module> M) { in addModule() 111 bool MCJIT::removeModule(Module *M) { in removeModule() 116 void MCJIT::addObjectFile(std::unique_ptr<object::ObjectFile> Obj) { in addObjectFile() 126 void MCJIT::addObjectFile(object::OwningBinary<object::ObjectFile> Obj) { in addObjectFile() 134 void MCJIT::addArchive(object::OwningBinary<object::Archive> A) { in addArchive() [all …]
|
D | MCJIT.h | 22 class MCJIT; variable 30 LinkingSymbolResolver(MCJIT &Parent, in LinkingSymbolResolver() 42 MCJIT &ParentEngine; 67 class MCJIT : public ExecutionEngine { 68 MCJIT(std::unique_ptr<Module> M, std::unique_ptr<TargetMachine> tm, 211 ~MCJIT() override;
|
D | LLVMBuild.txt | 1 ;===- ./lib/ExecutionEngine/MCJIT/LLVMBuild.txt ----------------*- Conf -*--===; 19 name = MCJIT
|
D | CMakeLists.txt | 2 MCJIT.cpp
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | CMakeLists.txt | 23 add_subdirectory(MCJIT)
|
D | LLVMBuild.txt | 18 subdirectories = Interpreter MCJIT JITLink RuntimeDyld IntelJITEvents
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ |
D | module.modulemap | 173 exclude header "ExecutionEngine/MCJIT.h"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/ |
D | CREDITS.TXT | 176 D: MCJIT
|