Home
last modified time | relevance | path

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/
DMCJIT.cpp33 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 …]
DMCJIT.h22 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;
DLLVMBuild.txt1 ;===- ./lib/ExecutionEngine/MCJIT/LLVMBuild.txt ----------------*- Conf -*--===;
19 name = MCJIT
DCMakeLists.txt2 MCJIT.cpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DCMakeLists.txt23 add_subdirectory(MCJIT)
DLLVMBuild.txt18 subdirectories = Interpreter MCJIT JITLink RuntimeDyld IntelJITEvents
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
Dmodule.modulemap173 exclude header "ExecutionEngine/MCJIT.h"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/
DCREDITS.TXT176 D: MCJIT