Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp78 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-src/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp540 if (llvm::sys::path::is_absolute(Identifier, PathStyle)) { in load()
544 llvm::sys::path::append(Path, PathStyle, Identifier); in load()
549 llvm::sys::path::native(Path, PathStyle); in load()
552 llvm::sys::path::remove_dots(Path, /*remove_dot_dot*/ true, PathStyle); in load()
619 parseInvocationList(StringRef FileContent, llvm::sys::path::Style PathStyle) { in parseInvocationList() argument
659 llvm::sys::path::native(NativeSourcePath, PathStyle); in parseInvocationList()
712 parseInvocationList(ContentBuffer->getBuffer(), PathStyle); in lazyInitInvocationList()
/freebsd-src/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h110 llvm::sys::path::Style PathStyle = llvm::sys::path::Style::posix);
251 const llvm::sys::path::Style PathStyle = llvm::sys::path::Style::posix;
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp74 ModuleOffset, DILineInfoSpecifier(Opts.PathStyle, Opts.PrintFunctions), in symbolizeCodeCommon()
119 ModuleOffset, DILineInfoSpecifier(Opts.PathStyle, Opts.PrintFunctions), in symbolizeInlinedCodeCommon()
252 A, DILineInfoSpecifier(Opts.PathStyle, Opts.PrintFunctions), in findSymbolCommon()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp486 Opts.PathStyle = in llvm_symbolizer_main()
491 Opts.PathStyle = DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath; in llvm_symbolizer_main()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h54 FileLineInfoKind PathStyle = FileLineInfoKind::AbsoluteFilePath; member