Home
last modified time | relevance | path

Searched refs:SubPath (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/Driver/ToolChains/
H A DAVR.cpp33 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
/llvm-project/clang-tools-extra/clangd/index/
H A DCanonicalIncludes.cpp701 auto SubPath = HeaderPath.substr(It->data() - HeaderPath.begin()); in mapHeader() local
702 auto MappingIt = StdSuffixHeaderMapping->find(SubPath); in mapHeader()
/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp803 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
H A DCoverageReport.cpp625 auto SubPath = File.substr(LCPath.size()); in prepareSubDirectoryReports() local
627 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()