Searched refs:RuntimePath (Results 1 – 8 of 8) sorted by relevance
26 const char *RuntimePath) { in Create() argument28 new COFFVCRuntimeBootstrapper(ES, ObjLinkingLayer, RuntimePath)); in Create()33 const char *RuntimePath) in COFFVCRuntimeBootstrapper() argument35 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()
51 const char *RuntimePath = nullptr);71 const char *RuntimePath);75 std::string RuntimePath; variable
183 if (Section.RuntimePath.size()) { in writeSectionContent()186 encodeULEB128(Section.RuntimePath.size(), SubOS); in writeSectionContent()187 for (StringRef Path : Section.RuntimePath) in writeSectionContent()
62 IO.mapOptional("RuntimePath", Section.RuntimePath); in sectionMapping()
301 std::vector<StringRef> RuntimePath; member
234 std::vector<StringRef> RuntimePath; member
496 DylinkInfo.RuntimePath.push_back(readString(Ctx)); in parseDylink0Section()
2536 if (std::optional<std::string> RuntimePath = TC.getRuntimePath()) in HandleImmediateArgs() local2537 llvm::outs() << *RuntimePath << '\n'; in HandleImmediateArgs()