Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAVR.cpp33 StringRef SubPath; member
339 return std::string(MCU.SubPath); in GetMCUSubPath()
487 std::string SubPath = GetMCUSubPath(CPU); in ConstructJob() local
490 Args.MakeArgString(Twine("-L") + *AVRLibcRoot + "/lib/" + SubPath)); in ConstructJob()
493 "/" + SubPath)); in ConstructJob()
/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Daslopt.c333 BOOLEAN SubPath = FALSE; in OptBuildShortestPath() local
396 SubPath = TRUE; in OptBuildShortestPath()
426 if (IsDeclaration && SubPath && in OptBuildShortestPath()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp634 SmallString<128> SubPath = LCPath.substr(Last, *Iter - Last); in buildTitleLinks() local
635 sys::path::native(SubPath); in buildTitleLinks()
636 sys::path::remove_dots(SubPath, /*remove_dot_dot=*/true); in buildTitleLinks()
637 auto Level = unsigned(SubPath.count(sys::path::get_separator())) + 1; in buildTitleLinks()
639 Components.emplace_back(std::move(SubPath), Level); in buildTitleLinks()
H A DCoverageReport.cpp608 auto SubPath = File.substr(LCPath.size()); in prepareSubDirectoryReports() local
610 sys::path::native(SubPath, NativeSubPath); in prepareSubDirectoryReports()
617 auto Name = SubPath.substr(0, I->size()); in prepareSubDirectoryReports()
619 auto Iter = SubFiles.insert_or_assign(Name, SubPath).first; in prepareSubDirectoryReports()