Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DLayer.cpp173 auto I = getObjectFileInterface(getExecutionSession(), O->getMemBufferRef()); in add()
180 auto I = getObjectFileInterface(getExecutionSession(), O->getMemBufferRef()); in add()
191 getObjectFileInterface(L.getExecutionSession(), O->getMemBufferRef()); in Create()
H A DObjectFileInterface.cpp263 getObjectFileInterface(ExecutionSession &ES, MemoryBufferRef ObjBuffer) { in getObjectFileInterface() function
H A DExecutionUtils.cpp403 this->GetObjFileInterface = getObjectFileInterface; in StaticLibraryDefinitionGenerator()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectFileInterface.h33 getObjectFileInterface(ExecutionSession &ES, MemoryBufferRef ObjBuffer);
/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp729 auto I = getObjectFileInterface(S.ES, O); in getTestObjectFileInterface()
1107 ExitOnErr(getObjectFileInterface(ES, ObjBuffer->getMemBufferRef())); in Session()
1521 auto I = getObjectFileInterface(ES, ObjBuffer); in getObjectFileInterfaceHidden()
1644 GetObjFileInterface = getObjectFileInterface; in addLibraries()