Searched refs:SubPath (Results 1 – 4 of 4) sorted by relevance
33 StringRef SubPath; member 339 return std::string(MCU.SubPath); in GetMCUSubPath() 495 std::string SubPath = GetMCUSubPath(CPU); in ConstructJob() 498 Args.MakeArgString(Twine("-L") + *AVRLibcRoot + "/lib/" + SubPath)); in ConstructJob() 501 "/" + SubPath)); in ConstructJob() 487 std::string SubPath = GetMCUSubPath(CPU); ConstructJob() local
701 auto SubPath = HeaderPath.substr(It->data() - HeaderPath.begin()); in mapHeader() local702 auto MappingIt = StdSuffixHeaderMapping->find(SubPath); in mapHeader()
803 SmallString<128> SubPath = LCPath.substr(Last, *Iter - Last); in buildTitleLinks() 804 sys::path::native(SubPath); in buildTitleLinks() 805 sys::path::remove_dots(SubPath, /*remove_dot_dot=*/true); in buildTitleLinks() 806 auto Level = unsigned(SubPath.count(sys::path::get_separator())) + 1; in buildTitleLinks() 808 Components.emplace_back(std::move(SubPath), Level); in buildTitleLinks() local
625 auto SubPath = File.substr(LCPath.size()); in prepareSubDirectoryReports() local627 sys::path::native(SubPath, NativeSubPath); in prepareSubDirectoryReports()634 auto Name = SubPath.substr(0, I->size()); in prepareSubDirectoryReports()636 auto Iter = SubFiles.insert_or_assign(Name, SubPath).first; in prepareSubDirectoryReports()