Home
last modified time | relevance | path

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

/freebsd/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/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/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/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h54 FileLineInfoKind PathStyle = FileLineInfoKind::AbsoluteFilePath; member
/freebsd/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()