HomeSort by: relevance | last modified time | path
    Searched refs:tryToGenerate (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
TPCDynamicLibrarySearchGenerator.h 53 Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &JD,
ExecutionUtils.h 246 Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &JD,
284 Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &JD,
Core.h 883 virtual Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &JD,
1646 Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &JD,
  /src/external/apache2/llvm/dist/llvm/tools/lli/
ExecutionUtils.h 38 Error tryToGenerate(orc::LookupState &LS, orc::LookupKind K,
ExecutionUtils.cpp 117 Error LLIBuiltinFunctionGenerator::tryToGenerate(
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
TPCDynamicLibrarySearchGenerator.cpp 26 Error TPCDynamicLibrarySearchGenerator::tryToGenerate(
ExecutionUtils.cpp 237 Error DynamicLibrarySearchGenerator::tryToGenerate(
341 Error StaticLibraryDefinitionGenerator::tryToGenerate(
OrcV2CBindings.cpp 108 LLVMOrcCAPIDefinitionGeneratorTryToGenerateFunction TryToGenerate)
109 : Ctx(Ctx), TryToGenerate(TryToGenerate) {}
111 Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &JD,
158 // Run the C TryToGenerate function.
159 auto Err = unwrap(TryToGenerate(::wrap(this), Ctx, &LSR, CLookupKind,
171 LLVMOrcCAPIDefinitionGeneratorTryToGenerateFunction TryToGenerate;
Core.cpp 569 Error ReexportsGenerator::tryToGenerate(LookupState &LS, LookupKind K,
2266 Err = DG->tryToGenerate(LS, K, JD, JDLookupFlags, LookupSet);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
llvm-jitlink.cpp 783 Error tryToGenerate(LookupState &LS, LookupKind K, JITDylib &JD,

Completed in 53 milliseconds