Searched refs:tryToGenerate (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h346 Error tryToGenerate(LookupKind K, JITDylib &JD,
384 Error tryToGenerate(LookupKind K, JITDylib &JD,
H A DCore.h797 virtual Error tryToGenerate(LookupKind K, JITDylib &JD,
1391 Error tryToGenerate(LookupKind K, JITDylib &JD,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp263 Error DynamicLibrarySearchGenerator::tryToGenerate( function in class:llvm::orc::DynamicLibrarySearchGenerator
366 Error StaticLibraryDefinitionGenerator::tryToGenerate( function in class:llvm::orc::StaticLibraryDefinitionGenerator
H A DCore.cpp570 Error ReexportsGenerator::tryToGenerate(LookupKind K, JITDylib &JD, function in class:llvm::orc::ReexportsGenerator
1275 if (auto Err = DG->tryToGenerate(K, *this, JDLookupFlags, LookupSet))
1318 if (auto Err = DG->tryToGenerate(K, *this, JDLookupFlags, Unresolved))
1429 if (auto Err = DG->tryToGenerate(LookupKind::Static, *this,

Completed in 138 milliseconds