Searched refs:VCRuntimePath (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | COFFPlatform.h | 48 const char *VCRuntimePath = nullptr, 54 bool StaticVCRuntime = false, const char *VCRuntimePath = nullptr, 147 const char *VCRuntimePath, Error &Err);
|
| H A D | LLJIT.h | 588 ExecutorNativePlatform &addVCRuntime(std::string VCRuntimePath, in addVCRuntime() argument 590 VCRuntime = {std::move(VCRuntimePath), StaticVCRuntime}; in addVCRuntime()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | COFFPlatform.cpp | 157 const char *VCRuntimePath, in Create() argument 216 VCRuntimePath, Err)); in Create() 226 const char *VCRuntimePath, in Create() argument 234 std::move(LoadDynLibrary), StaticVCRuntime, VCRuntimePath, in Create() 388 const char *VCRuntimePath, Error &Err) in COFFPlatform() argument 403 COFFVCRuntimeBootstrapper::Create(ES, ObjLinkingLayer, VCRuntimePath); in COFFPlatform()
|
| H A D | LLJIT.cpp | 1162 const char *VCRuntimePath = nullptr; in operator ()() local 1165 VCRuntimePath = VCRuntime->first.c_str(); in operator ()() 1170 LoadAndLinkDynLibrary(J), StaticVCRuntime, VCRuntimePath)) in operator ()()
|