Home
last modified time | relevance | path

Searched refs:windows_backslash (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h31 windows_backslash, enumerator
32 windows = windows_backslash, // deprecated
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp79 has_root_name(SP.getDirectory(), sys::path::Style::windows_backslash) || in getFlagName()
82 ? sys::path::Style::windows_backslash in getFlagName()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1217 : llvm::sys::path::Style::windows_backslash; in getExistingStyle()
1374 llvm::sys::path::Style::windows_backslash)) in makeAbsolute()
1397 sys::path::Style::windows_backslash)) { in makeAbsolute()
1400 sys::path::Style style = sys::path::Style::windows_backslash; in makeAbsolute()
1406 if (getExistingStyle(WorkingDir) != sys::path::Style::windows_backslash) in makeAbsolute()
1948 sys::path::Style::windows_backslash)) { in parseEntry()
1949 path_style = sys::path::Style::windows_backslash; in parseEntry()
1973 : sys::path::Style::windows_backslash; in parseEntry()
1978 if (path_style == sys::path::Style::windows_backslash && in parseEntry()
1979 getExistingStyle(Name) != sys::path::Style::windows_backslash) in parseEntry()
H A DPath.cpp47 : Style::windows_backslash; in real_style()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp116 sys::path::native(Name.lower(), VName, sys::path::Style::windows_backslash); in addInjectedSource()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp2111 llvm::sys::path::Style::windows_backslash); in processPathForFileMacro()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp535 source_file_name, llvm::sys::path::Style::windows_backslash)); in CreateCompileUnit()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1492 ? llvm::sys::path::Style::windows_backslash in printTag()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc80 llvm::sys::path::native(Path8Str, path::Style::windows_backslash);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp557 ? llvm::sys::path::Style::windows_backslash in CreateCompileUnit()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp464 : llvm::sys::path::Style::windows_backslash; in addDebugObjectName()