Home
last modified time | relevance | path

Searched refs:Pathname (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/
H A DLVReaderHandler.h82 Expected<std::unique_ptr<LVReader>> createReader(StringRef Pathname) { in createReader() argument
84 if (Error Err = createReader(Pathname, Readers)) in createReader()
/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp115 SmallString<512> Pathname(Filename); in PrintHeaderInfo() local
117 Lexer::Stringify(Pathname); in PrintHeaderInfo()
131 Msg += Pathname; in PrintHeaderInfo()
/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.h17 void __llvm_profile_recursive_mkdir(char *Pathname);
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp79 std::string Pathname(transformPath(Name)); in getStringIndex()
85 StringRef Basename = Pathname; in getStringIndex()
92 return getStringPool().getIndex(Pathname); in getStringIndex()
80 std::string Pathname(transformPath(Name)); getStringIndex() local
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h116 Pathname, // --attribute=pathname enumerator
346 ATTRIBUTE_OPTION(Pathname);
/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp647 const auto Pathname{convert_to_slash(AbsPath)}; in isIgnored()
668 if (clang::format::matchFilePath(Pattern, Pathname) == !IsNegated) in isIgnored()
642 const auto Pathname{convert_to_slash(AbsPath)}; isIgnored() local
/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp101 clEnumValN(LVAttributeKind::Pathname, "pathname",
/llvm-project/llvm/test/tools/llvm-debuginfo-analyzer/
H A Dcmdline.test59 HELP-ALL: =pathname - Pathname where the element is defined.
/llvm-project/llvm/docs/CommandGuide/
H A Dllvm-debuginfo-analyzer.rst157 =pathname: Pathname where the object is defined.