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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h116 Error addObjectFile(std::unique_ptr<MemoryBuffer> Obj) { function in class:llvm::orc::LLJIT
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp118 void MCJIT::addObjectFile(std::unique_ptr<object::ObjectFile> Obj) { function in class:MCJIT
128 void MCJIT::addObjectFile(object::OwningBinary<object::ObjectFile> Obj) { function in class:MCJIT
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp132 void ExecutionEngine::addObjectFile(std::unique_ptr<object::ObjectFile> O) { function in class:ExecutionEngine
137 ExecutionEngine::addObjectFile(object::OwningBinary<object::ObjectFile> O) { function in class:ExecutionEngine
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp1006 Error LLJIT::addObjectFile(JITDylib &JD, std::unique_ptr<MemoryBuffer> Obj) { function in class:llvm::orc::LLJIT
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp2270 void DWARFLinker::addObjectFile(DwarfFile &File) { function in class:DWARFLinker

Completed in 64 milliseconds