Searched refs:PathStyle (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 512 if (llvm::sys::path::is_absolute(Identifier, PathStyle)) { in load() 516 llvm::sys::path::append(Path, PathStyle, Identifier); in load() 521 llvm::sys::path::native(Path, PathStyle); in load() 524 llvm::sys::path::remove_dots(Path, /*remove_dot_dot*/ true, PathStyle); in load() 591 parseInvocationList(StringRef FileContent, llvm::sys::path::Style PathStyle) { in parseInvocationList() argument 631 llvm::sys::path::native(NativeSourcePath, PathStyle); in parseInvocationList() 681 parseInvocationList(ContentBuffer->getBuffer(), PathStyle); in lazyInitInvocationList()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/CrossTU/ |
| H A D | CrossTranslationUnit.h | 109 llvm::sys::path::Style PathStyle = llvm::sys::path::Style::posix); 240 const llvm::sys::path::Style PathStyle = llvm::sys::path::Style::posix;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-symbolizer/ |
| H A D | llvm-symbolizer.cpp | 276 Opts.PathStyle = in main() 281 Opts.PathStyle = DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath; in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/Symbolize/ |
| H A D | Symbolize.h | 41 FileLineInfoKind PathStyle = FileLineInfoKind::AbsoluteFilePath; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/ |
| H A D | Symbolize.cpp | 64 ModuleOffset, DILineInfoSpecifier(Opts.PathStyle, Opts.PrintFunctions), in symbolizeCodeCommon() 103 ModuleOffset, DILineInfoSpecifier(Opts.PathStyle, Opts.PrintFunctions), in symbolizeInlinedCodeCommon()
|