Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp71 sys::path::Style PathStyle = in getFlagName() local
83 sys::path::append(FilePath, PathStyle, SP.getFilename()); in getFlagName()
84 sys::path::native(FilePath, PathStyle); in getFlagName()
85 sys::path::remove_dots(FilePath, /*remove_dot_dot=*/true, PathStyle); in getFlagName()
94 for (auto C : sys::path::filename(FilePath, PathStyle)) in getFlagName()
97 sys::path::remove_filename(FilePath, PathStyle); in getFlagName()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp400 Opts.PathStyle = in main()
405 Opts.PathStyle = DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath; in main()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h54 FileLineInfoKind PathStyle = FileLineInfoKind::AbsoluteFilePath; member
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp73 ModuleOffset, DILineInfoSpecifier(Opts.PathStyle, Opts.PrintFunctions), in symbolizeCodeCommon()
118 ModuleOffset, DILineInfoSpecifier(Opts.PathStyle, Opts.PrintFunctions), in symbolizeInlinedCodeCommon()