Home
last modified time | relevance | path

Searched defs:DirPath (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/IndexSerialization/
H A DSerializablePathCollection.h53 struct DirPath { struct
57 DirPath(RootDirKind Root, const StringPool::StringOffsetSize &Path) in DirPath() argument
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp106 void DataFlowTrace::ReadCoverage(const std::string &DirPath) { in ReadCoverage()
161 bool DataFlowTrace::Init(const std::string &DirPath, std::string *FocusFunction, in Init()
249 int CollectDataFlow(const std::string &DFTBinary, const std::string &DirPath, in CollectDataFlow()
H A DFuzzerIO.cpp131 std::string DirPlusFile(const std::string &DirPath, in DirPlusFile()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DStdLib.cpp319 llvm::StringRef DirPath = llvm::sys::path::parent_path(HeaderPath); in add() local
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp82 llvm::SmallString<32> DirPath(Dir.begin(), Dir.end()); in getRelativeIncludeName() local
/llvm-project-15.0.7/clang/lib/Lex/
H A DHeaderSearch.cpp1900 llvm::SmallString<32> DirPath(Dir.begin(), Dir.end()); in suggestPathToFileForDiagnostics() local
/llvm-project-15.0.7/bolt/runtime/
H A Dinstr.cpp615 const char DirPath[] = "/proc/self/map_files/"; in getBinaryPath() local
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp1989 static std::vector<std::string> getAllowListFilenames(StringRef DirPath) { in getAllowListFilenames()
/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp1287 RedirectingFSDirRemapIterImpl(std::string DirPath, in RedirectingFSDirRemapIterImpl()