Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp275 GetObjectFileInterface GetObjFileInterface) { in Load() argument
287 GetObjectFileInterface GetObjFileInterface) { in Load() argument
296 std::move(GetObjFileInterface)); in Load()
319 std::move(GetObjFileInterface)); in Load()
337 GetObjectFileInterface GetObjFileInterface) { in Create() argument
342 L, std::move(ArchiveBuffer), std::move(GetObjFileInterface), Err)); in Create()
383 auto I = GetObjFileInterface(L.getExecutionSession(), ChildBufferRef); in tryToGenerate()
397 GetObjectFileInterface GetObjFileInterface, Error &Err) in StaticLibraryDefinitionGenerator() argument
398 : L(L), GetObjFileInterface(std::move(GetObjFileInterface)), in StaticLibraryDefinitionGenerator()
402 if (!this->GetObjFileInterface) in StaticLibraryDefinitionGenerator()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h272 GetObjectFileInterface GetObjFileInterface = GetObjectFileInterface());
281 GetObjectFileInterface GetObjFileInterface = GetObjectFileInterface());
288 GetObjectFileInterface GetObjFileInterface = GetObjectFileInterface());
297 GetObjectFileInterface GetObjFileInterface,
301 GetObjectFileInterface GetObjFileInterface; variable
/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1641 GetObjFileInterface; in addLibraries() local
1644 GetObjFileInterface = getObjectFileInterface; in addLibraries()
1647 GetObjFileInterface = getObjectFileInterfaceHidden; in addLibraries()
1652 std::move(GetObjFileInterface)); in addLibraries()