Home
last modified time | relevance | path

Searched refs:PathStyle (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp512 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 DCrossTranslationUnit.h109 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 Dllvm-symbolizer.cpp276 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 DSymbolize.h41 FileLineInfoKind PathStyle = FileLineInfoKind::AbsoluteFilePath; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp64 ModuleOffset, DILineInfoSpecifier(Opts.PathStyle, Opts.PrintFunctions), in symbolizeCodeCommon()
103 ModuleOffset, DILineInfoSpecifier(Opts.PathStyle, Opts.PrintFunctions), in symbolizeInlinedCodeCommon()