Searched defs:VCRuntimePath (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | COFFPlatform.cpp | 229 std::move(LoadDynLibrary), StaticVCRuntime, VCRuntimePath, in Create() argument 166 Create(ExecutionSession & ES,ObjectLinkingLayer & ObjLinkingLayer,JITDylib & PlatformJD,std::unique_ptr<MemoryBuffer> OrcRuntimeArchiveBuffer,LoadDynamicLibrary LoadDynLibrary,bool StaticVCRuntime,const char * VCRuntimePath,std::optional<SymbolAliasMap> RuntimeAliases) Create() argument 391 COFFPlatform(ExecutionSession & ES,ObjectLinkingLayer & ObjLinkingLayer,JITDylib & PlatformJD,std::unique_ptr<StaticLibraryDefinitionGenerator> OrcRuntimeGenerator,std::unique_ptr<MemoryBuffer> OrcRuntimeArchiveBuffer,std::unique_ptr<object::Archive> OrcRuntimeArchive,LoadDynamicLibrary LoadDynLibrary,bool StaticVCRuntime,const char * VCRuntimePath,Error & Err) COFFPlatform() argument
|
H A D | LLJIT.cpp | 1144 const char *VCRuntimePath = nullptr; operator ()() local
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LLJIT.h | 587 addVCRuntime(std::string VCRuntimePath,bool StaticVCRuntime) addVCRuntime() argument
|