Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDLayer.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()
HDObjectFileInterface.cpp275 getObjectFileInterface(ExecutionSession &ES, MemoryBufferRef ObjBuffer) { in getObjectFileInterface() function
HDExecutionUtils.cpp492 this->GetObjFileInterface = getObjectFileInterface; in StaticLibraryDefinitionGenerator()
HDCOFFPlatform.cpp285 auto I = getObjectFileInterface(ES, *PerJDObj); in setupJITDylib()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDObjectFileInterface.h33 getObjectFileInterface(ExecutionSession &ES, MemoryBufferRef ObjBuffer);