Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp274 getObjectFileInterface(ExecutionSession &ES, MemoryBufferRef ObjBuffer) { in getObjectFileInterface() function
H A DExecutionUtils.cpp428 this->GetObjFileInterface = getObjectFileInterface; in StaticLibraryDefinitionGenerator()
H A DCOFFPlatform.cpp252 auto I = getObjectFileInterface(ES, *PerJDObj); in setupJITDylib()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectFileInterface.h33 getObjectFileInterface(ExecutionSession &ES, MemoryBufferRef ObjBuffer);
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp630 auto I = getObjectFileInterface(S.ES, O); in getTestObjectFileInterface()
1039 ExitOnErr(getObjectFileInterface(ES, ObjBuffer->getMemBufferRef())); in Session()
1487 auto I = getObjectFileInterface(ES, ObjBuffer); in getObjectFileInterfaceHidden()
1626 GetObjFileInterface = getObjectFileInterface; in addLibraries()