Searched defs:addObjectFile (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp73 Error LLJIT::addObjectFile(JITDylib &JD, std::unique_ptr<MemoryBuffer> Obj) { function in class:llvm::orc::LLJIT
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h85 Error addObjectFile(std::unique_ptr<MemoryBuffer> Obj) { function in class:llvm::orc::LLJIT
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp116 void MCJIT::addObjectFile(std::unique_ptr<object::ObjectFile> Obj) { function in class:MCJIT
126 void MCJIT::addObjectFile(object::OwningBinary<object::ObjectFile> Obj) { function in class:MCJIT
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp130 void ExecutionEngine::addObjectFile(std::unique_ptr<object::ObjectFile> O) { function in class:ExecutionEngine
135 ExecutionEngine::addObjectFile(object::OwningBinary<object::ObjectFile> O) { function in class:ExecutionEngine

Completed in 119 milliseconds