Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DMinGWToolChain.cpp87 Base += llvm::sys::path::get_separator(); in MinGW()
93 (Base + Arch + llvm::sys::path::get_separator() + "lib").str()); in MinGW()
215 Base + Arch + llvm::sys::path::get_separator() + "include"); in AddClangSystemIncludeArgs()
228 Base + "include" + llvm::sys::path::get_separator() + in AddClangCXXStdlibIncludeArgs()
229 "c++" + llvm::sys::path::get_separator() + "v1"); in AddClangCXXStdlibIncludeArgs()
244 CppIncludeBase += llvm::sys::path::get_separator(); in AddClangCXXStdlibIncludeArgs()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DPath.h328 StringRef get_separator();
/external/llvm/include/llvm/Support/
DPath.h328 StringRef get_separator();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DPath.h345 StringRef get_separator(Style style = Style::native);
/external/llvm/lib/Support/
DSourceMgr.cpp56 IncludeDirectories[i] + sys::path::get_separator().data() + Filename; in AddIncludeFile()
DPath.cpp616 StringRef get_separator() { in get_separator() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DSourceMgr.cpp51 IncludeDirectories[i] + sys::path::get_separator().data() + Filename; in AddIncludeFile()
DPath.cpp617 StringRef get_separator(Style style) { in get_separator() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DSourceCoverageViewHTML.cpp254 std::string PathSep = sys::path::get_separator(); in getPathToStyle()
DCodeCoverage.cpp401 NativePath += sys::path::get_separator(); in remapPathNames()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp616 StringRef get_separator() { in get_separator() function
/external/llvm/lib/MC/
DMCDwarf.cpp727 MCOS->EmitBytes(sys::path::get_separator()); in EmitGenDwarfInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCDwarf.cpp1011 MCOS->EmitBytes(sys::path::get_separator()); in EmitGenDwarfInfo()