Home
last modified time | relevance | path

Searched refs:GetObjFileInterface (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp276 GetObjectFileInterface GetObjFileInterface) { in Load() argument
282 return Create(L, std::move(*ArchiveBuffer), std::move(GetObjFileInterface)); in Load()
288 GetObjectFileInterface GetObjFileInterface) { in Load() argument
297 std::move(GetObjFileInterface)); in Load()
320 std::move(GetObjFileInterface)); in Load()
338 GetObjectFileInterface GetObjFileInterface) { in Create() argument
343 L, std::move(ArchiveBuffer), std::move(GetObjFileInterface), Err)); in Create()
378 auto I = GetObjFileInterface(L.getExecutionSession(), ChildBufferRef); in tryToGenerate()
422 GetObjectFileInterface GetObjFileInterface, Error &Err) in StaticLibraryDefinitionGenerator() argument
423 : L(L), GetObjFileInterface(std::move(GetObjFileInterface)), in StaticLibraryDefinitionGenerator()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h273 GetObjectFileInterface GetObjFileInterface = GetObjectFileInterface());
282 GetObjectFileInterface GetObjFileInterface = GetObjectFileInterface());
289 GetObjectFileInterface GetObjFileInterface = GetObjectFileInterface());
305 GetObjectFileInterface GetObjFileInterface,
311 GetObjectFileInterface GetObjFileInterface; variable
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1623 GetObjFileInterface; in addLibraries() local
1626 GetObjFileInterface = getObjectFileInterface; in addLibraries()
1629 GetObjFileInterface = getObjectFileInterfaceHidden; in addLibraries()
1634 std::move(GetObjFileInterface)); in addLibraries()