Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLayer.cpp181 auto I = getObjectFileInterface(getExecutionSession(), O->getMemBufferRef()); in add()
188 auto I = getObjectFileInterface(getExecutionSession(), O->getMemBufferRef()); in add()
199 getObjectFileInterface(L.getExecutionSession(), O->getMemBufferRef()); in Create()
H A DObjectFileInterface.cpp319 getObjectFileInterface(ExecutionSession &ES, MemoryBufferRef ObjBuffer) { in getObjectFileInterface() function
H A DExecutionUtils.cpp502 this->GetObjFileInterface = getObjectFileInterface; in StaticLibraryDefinitionGenerator()
H A DCOFFPlatform.cpp282 auto I = getObjectFileInterface(ES, *PerJDObj); in setupJITDylib()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectFileInterface.h34 getObjectFileInterface(ExecutionSession &ES, MemoryBufferRef ObjBuffer);