Searched refs:PathStyle (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | JMCInstrumenter.cpp | 78 sys::path::Style PathStyle = in getFlagName() local 90 sys::path::append(FilePath, PathStyle, SP.getFilename()); in getFlagName() 91 sys::path::native(FilePath, PathStyle); in getFlagName() 92 sys::path::remove_dots(FilePath, /*remove_dot_dot=*/true, PathStyle); in getFlagName() 101 for (auto C : sys::path::filename(FilePath, PathStyle)) in getFlagName() 104 sys::path::remove_filename(FilePath, PathStyle); in getFlagName()
|
| /freebsd/contrib/llvm-project/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 541 if (llvm::sys::path::is_absolute(Identifier, PathStyle)) { in load() 545 llvm::sys::path::append(Path, PathStyle, Identifier); in load() 550 llvm::sys::path::native(Path, PathStyle); in load() 553 llvm::sys::path::remove_dots(Path, /*remove_dot_dot*/ true, PathStyle); in load() 620 parseInvocationList(StringRef FileContent, llvm::sys::path::Style PathStyle) { in parseInvocationList() argument 660 llvm::sys::path::native(NativeSourcePath, PathStyle); in parseInvocationList() 713 parseInvocationList(ContentBuffer->getBuffer(), PathStyle); in lazyInitInvocationList()
|
| /freebsd/contrib/llvm-project/clang/include/clang/CrossTU/ |
| H A D | CrossTranslationUnit.h | 110 llvm::sys::path::Style PathStyle = llvm::sys::path::Style::posix); 251 const llvm::sys::path::Style PathStyle = llvm::sys::path::Style::posix;
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | Symbolize.cpp | 76 DILineInfoSpecifier(Opts.PathStyle, Opts.PrintFunctions, in symbolizeCodeCommon() 123 DILineInfoSpecifier(Opts.PathStyle, Opts.PrintFunctions, in symbolizeInlinedCodeCommon() 257 A, DILineInfoSpecifier(Opts.PathStyle, Opts.PrintFunctions), in findSymbolCommon()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
| H A D | llvm-symbolizer.cpp | 491 Opts.PathStyle = in llvm_symbolizer_main() 496 Opts.PathStyle = DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath; in llvm_symbolizer_main()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
| H A D | Symbolize.h | 55 FileLineInfoKind PathStyle = FileLineInfoKind::AbsoluteFilePath; member
|