/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ExecutionUtils.h | 218 class DynamicLibrarySearchGenerator : public DefinitionGenerator { 228 DynamicLibrarySearchGenerator(sys::DynamicLibrary Dylib, char GlobalPrefix, 234 static Expected<std::unique_ptr<DynamicLibrarySearchGenerator>> 240 static Expected<std::unique_ptr<DynamicLibrarySearchGenerator>>
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | ExecutionUtils.cpp | 221 DynamicLibrarySearchGenerator::DynamicLibrarySearchGenerator( in DynamicLibrarySearchGenerator() function in llvm::orc::DynamicLibrarySearchGenerator 226 Expected<std::unique_ptr<DynamicLibrarySearchGenerator>> 227 DynamicLibrarySearchGenerator::Load(const char *FileName, char GlobalPrefix, in Load() 233 return std::make_unique<DynamicLibrarySearchGenerator>( in Load() 237 Error DynamicLibrarySearchGenerator::tryToGenerate( in tryToGenerate()
|
H A D | OrcV2CBindings.cpp | 395 DynamicLibrarySearchGenerator::SymbolPredicate Pred; in LLVMOrcCreateDynamicLibrarySearchGeneratorForProcess() 402 DynamicLibrarySearchGenerator::GetForCurrentProcess(GlobalPrefix, Pred); in LLVMOrcCreateDynamicLibrarySearchGeneratorForProcess()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/SpeculativeJIT/ |
H A D | SpeculativeJIT.cpp | 67 DynamicLibrarySearchGenerator::GetForCurrentProcess( in Create() 104 std::unique_ptr<DynamicLibrarySearchGenerator> ProcessSymbolsGenerator) in SpeculativeJIT()
|
/netbsd-src/external/apache2/llvm/dist/clang/examples/clang-interpreter/ |
H A D | main.cpp | 68 std::unique_ptr<DynamicLibrarySearchGenerator> ProcessSymbolsGenerator) in SimpleJIT() 92 DynamicLibrarySearchGenerator::GetForCurrentProcess( in Create()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/ |
H A D | IncrementalExecutor.cpp | 45 if (auto PSGOrErr = DynamicLibrarySearchGenerator::GetForCurrentProcess(Pref)) in IncrementalExecutor()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/ |
H A D | LLJITWithGDBRegistrationListener.cpp | 89 ExitOnErr(orc::DynamicLibrarySearchGenerator::GetForCurrentProcess( in main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | KaleidoscopeJIT.h | 58 cantFail(DynamicLibrarySearchGenerator::GetForCurrentProcess(
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/include/ |
H A D | KaleidoscopeJIT.h | 58 cantFail(DynamicLibrarySearchGenerator::GetForCurrentProcess(
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | KaleidoscopeJIT.h | 65 cantFail(DynamicLibrarySearchGenerator::GetForCurrentProcess(
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | KaleidoscopeJIT.h | 78 cantFail(DynamicLibrarySearchGenerator::GetForCurrentProcess(
|
/netbsd-src/external/apache2/llvm/dist/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())));
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/ |
H A D | LLJITWithObjectLinkingLayerPlugin.cpp | 224 ExitOnErr(DynamicLibrarySearchGenerator::GetForCurrentProcess( in main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | KaleidoscopeJIT.h | 163 cantFail(DynamicLibrarySearchGenerator::GetForCurrentProcess(
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | ORCv2.rst | 326 For process and library symbols the DynamicLibrarySearchGenerator utility (See 722 ``DynamicLibrarySearchGenerator`` utility. This can be used to reflect the whole 733 JD.addGenerator(DynamicLibrarySearchGenerator::Load("/path/to/lib" 757 DynamicLibrarySearchGenerator::GetForCurrentProcess(
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/ |
H A D | lli.cpp | 986 ExitOnErr(orc::DynamicLibrarySearchGenerator::GetForCurrentProcess( in runOrcJIT()
|