Home
last modified time | relevance | path

Searched refs:get_separator (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMinGW.cpp387 StringRef Sep = llvm::sys::path::get_separator(); in findClangRelativeSysroot()
416 Base += llvm::sys::path::get_separator(); in MinGW()
422 (Base + Arch + llvm::sys::path::get_separator() + "lib").str()); in MinGW()
574 Base + Arch + llvm::sys::path::get_separator() + "include"); in AddClangSystemIncludeArgs()
584 StringRef Slash = llvm::sys::path::get_separator(); in AddClangCXXStdlibIncludeArgs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DPath.h355 StringRef get_separator(Style style = Style::native);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp252 std::string PathSep = std::string(sys::path::get_separator()); in getPathToStyle()
H A DCodeCoverage.cpp480 NativePath += sys::path::get_separator(); in remapPathNames()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSourceMgr.cpp51 IncludeDirectories[i] + sys::path::get_separator().data() + Filename; in AddIncludeFile()
H A DVirtualFileSystem.cpp1183 if (!Dir.endswith(sys::path::get_separator(style))) { in makeAbsolute()
1184 Result += sys::path::get_separator(style); in makeAbsolute()
H A DPath.cpp607 StringRef get_separator(Style style) { in get_separator() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp1022 MCOS->emitBytes(sys::path::get_separator()); in EmitGenDwarfInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2643 Relative.consume_front(llvm::sys::path::get_separator()); in getOrCreateModuleRef()