Home
last modified time | relevance | path

Searched refs:RuntimePath (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp26 const char *RuntimePath) { in Create() argument
28 new COFFVCRuntimeBootstrapper(ES, ObjLinkingLayer, RuntimePath)); in Create()
33 const char *RuntimePath) in COFFVCRuntimeBootstrapper() argument
35 if (RuntimePath) in COFFVCRuntimeBootstrapper()
36 this->RuntimePath = RuntimePath; in COFFVCRuntimeBootstrapper()
67 if (!RuntimePath.empty()) { in loadVCRuntime()
68 Path.UCRTSdkLib = RuntimePath; in loadVCRuntime()
69 Path.VCToolchainLib = RuntimePath; in loadVCRuntime()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.h51 const char *RuntimePath = nullptr);
71 const char *RuntimePath);
75 std::string RuntimePath; variable
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp183 if (Section.RuntimePath.size()) { in writeSectionContent()
186 encodeULEB128(Section.RuntimePath.size(), SubOS); in writeSectionContent()
187 for (StringRef Path : Section.RuntimePath) in writeSectionContent()
H A DWasmYAML.cpp62 IO.mapOptional("RuntimePath", Section.RuntimePath); in sectionMapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h301 std::vector<StringRef> RuntimePath; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h234 std::vector<StringRef> RuntimePath; member
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp496 DylinkInfo.RuntimePath.push_back(readString(Ctx)); in parseDylink0Section()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2536 if (std::optional<std::string> RuntimePath = TC.getRuntimePath()) in HandleImmediateArgs() local
2537 llvm::outs() << *RuntimePath << '\n'; in HandleImmediateArgs()