Home
last modified time | relevance | path

Searched refs:getObjectFileInterface (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLayer.cpp180 auto I = getObjectFileInterface(getExecutionSession(), O->getMemBufferRef()); in add()
187 auto I = getObjectFileInterface(getExecutionSession(), O->getMemBufferRef()); in add()
198 getObjectFileInterface(L.getExecutionSession(), O->getMemBufferRef()); in Create()
H A DObjectFileInterface.cpp275 getObjectFileInterface(ExecutionSession &ES, MemoryBufferRef ObjBuffer) { in getObjectFileInterface() function
H A DExecutionUtils.cpp492 this->GetObjFileInterface = getObjectFileInterface; in tryToGenerate()
H A DCOFFPlatform.cpp285 auto I = getObjectFileInterface(ES, *PerJDObj); in setupJITDylib()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectFileInterface.h33 getObjectFileInterface(ExecutionSession &ES, MemoryBufferRef ObjBuffer);