| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ExecutionUtils.h | 216 class DynamicLibrarySearchGenerator : public DefinitionGenerator { 226 DynamicLibrarySearchGenerator(sys::DynamicLibrary Dylib, char GlobalPrefix, 232 static Expected<std::unique_ptr<DynamicLibrarySearchGenerator>> 238 static Expected<std::unique_ptr<DynamicLibrarySearchGenerator>>
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ExecutionUtils.cpp | 222 DynamicLibrarySearchGenerator::DynamicLibrarySearchGenerator( in DynamicLibrarySearchGenerator() function in llvm::orc::DynamicLibrarySearchGenerator 227 Expected<std::unique_ptr<DynamicLibrarySearchGenerator>> 228 DynamicLibrarySearchGenerator::Load(const char *FileName, char GlobalPrefix, in Load() 234 return std::make_unique<DynamicLibrarySearchGenerator>( in Load() 238 Error DynamicLibrarySearchGenerator::tryToGenerate( in tryToGenerate()
|
| H A D | OrcV2CBindings.cpp | 698 DynamicLibrarySearchGenerator::SymbolPredicate Pred; in LLVMOrcCreateDynamicLibrarySearchGeneratorForProcess() 705 DynamicLibrarySearchGenerator::GetForCurrentProcess(GlobalPrefix, Pred); in LLVMOrcCreateDynamicLibrarySearchGeneratorForProcess() 724 DynamicLibrarySearchGenerator::SymbolPredicate Pred; in LLVMOrcCreateDynamicLibrarySearchGeneratorForPath() 731 DynamicLibrarySearchGenerator::Load(FileName, GlobalPrefix, Pred); in LLVMOrcCreateDynamicLibrarySearchGeneratorForPath()
|
| /llvm-project-15.0.7/llvm/examples/SpeculativeJIT/ |
| H A D | SpeculativeJIT.cpp | 71 DynamicLibrarySearchGenerator::GetForCurrentProcess( in Create() 108 std::unique_ptr<DynamicLibrarySearchGenerator> ProcessSymbolsGenerator) in SpeculativeJIT()
|
| /llvm-project-15.0.7/mlir/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 49 using llvm::orc::DynamicLibrarySearchGenerator; 287 auto loaded = DynamicLibrarySearchGenerator::Load( in create() 332 cantFail(DynamicLibrarySearchGenerator::GetForCurrentProcess( in create()
|
| /llvm-project-15.0.7/clang/lib/Interpreter/ |
| H A D | IncrementalExecutor.cpp | 49 if (auto PSGOrErr = DynamicLibrarySearchGenerator::GetForCurrentProcess(Pref)) in IncrementalExecutor()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
| H A D | KaleidoscopeJIT.h | 55 cantFail(DynamicLibrarySearchGenerator::GetForCurrentProcess(
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/ |
| H A D | LLJITWithGDBRegistrationListener.cpp | 89 ExitOnErr(orc::DynamicLibrarySearchGenerator::GetForCurrentProcess( in main()
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/include/ |
| H A D | KaleidoscopeJIT.h | 55 cantFail(DynamicLibrarySearchGenerator::GetForCurrentProcess(
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
| H A D | KaleidoscopeJIT.h | 62 cantFail(DynamicLibrarySearchGenerator::GetForCurrentProcess(
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
| H A D | KaleidoscopeJIT.h | 76 cantFail(DynamicLibrarySearchGenerator::GetForCurrentProcess(
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/ |
| H A D | LLJITWithObjectLinkingLayerPlugin.cpp | 225 ExitOnErr(DynamicLibrarySearchGenerator::GetForCurrentProcess( in main()
|
| /llvm-project-15.0.7/llvm/docs/tutorial/ |
| H A D | BuildingAJIT1.rst | 146 cantFail(DynamicLibrarySearchGenerator::GetForCurrentProcess(DL.getGlobalPrefix()))); 182 ``DynamicLibrarySearchGenerator`` instance using the 183 ``DynamicLibrarySearchGenerator::GetForCurrentProcess`` method. 306 | ExecutionUtils.h | Provides the DynamicLibrarySearchGenerator |
|
| H A D | BuildingAJIT2.rst | 80 cantFail(DynamicLibrarySearchGenerator::GetForCurrentProcess(DL.getGlobalPrefix())));
|
| /llvm-project-15.0.7/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
| H A D | KaleidoscopeJIT.h | 161 cantFail(DynamicLibrarySearchGenerator::GetForCurrentProcess(
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | ORCv2.rst | 328 For process and library symbols the DynamicLibrarySearchGenerator utility (See 834 ORC provides the ``DynamicLibrarySearchGenerator`` utility for reflecting symbols 844 DynamicLibrarySearchGenerator::Load("/path/to/lib" 854 The ``DynamicLibrarySearchGenerator`` utility can also be constructed with a 872 JD.addGenerator(cantFail(DynamicLibrarySearchGenerator::GetForCurrentProcess(
|
| /llvm-project-15.0.7/llvm/tools/lli/ |
| H A D | lli.cpp | 1036 ExitOnErr(orc::DynamicLibrarySearchGenerator::GetForCurrentProcess( in runOrcJIT()
|