Home
last modified time | relevance | path

Searched refs:rootName (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DBPSectionOrderer.cpp127 auto rootName = lld::utils::getRootSymbol(sym->getName()); in runBalancedPartitioning() local
128 rootSymbolToSectionIdxs[CachedHashStringRef(rootName)].insert(idx); in runBalancedPartitioning()
130 BPOrdererMachO::getResolvedLinkageName(rootName)) in runBalancedPartitioning()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp676 bool rootName = is_style_posix(style) || has_root_name(p, style); in is_absolute() local
678 return rootDir && rootName; in is_absolute()
911 bool rootName = path::has_root_name(p); in make_absolute() local
914 if ((rootName || is_style_posix(Style::native)) && rootDirectory) in make_absolute()
922 if (!rootName && !rootDirectory) { in make_absolute()
930 if (!rootName && rootDirectory) { in make_absolute()
939 if (rootName && !rootDirectory) { in make_absolute()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6289 std::string const& rootName,
16617 std::string const& rootName, in writeSection() argument
16620 if( !rootName.empty() ) in writeSection()
16621 name = rootName + '/' + name; in writeSection()