Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp276 GetObjectFileInterface GetObjFileInterface) { in Load() argument
288 std::move(GetObjFileInterface)); in Load()
323 GetObjectFileInterface GetObjFileInterface) { in Create() argument
330 std::move(GetObjFileInterface), Err)); in Create()
341 GetObjectFileInterface GetObjFileInterface) { in Create() argument
352 std::move(GetObjFileInterface)); in Create()
374 std::move(GetObjFileInterface)); in Create()
475 GetObjectFileInterface GetObjFileInterface, Error &Err) in StaticLibraryDefinitionGenerator() argument
476 : L(L), GetObjFileInterface(std::move(GetObjFileInterface)), in StaticLibraryDefinitionGenerator()
479 if (!this->GetObjFileInterface) in StaticLibraryDefinitionGenerator()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h283 GetObjectFileInterface GetObjFileInterface = GetObjectFileInterface());
290 GetObjectFileInterface GetObjFileInterface = GetObjectFileInterface());
301 GetObjectFileInterface GetObjFileInterface = GetObjectFileInterface());
318 GetObjectFileInterface GetObjFileInterface,
326 GetObjectFileInterface GetObjFileInterface; variable