Searched refs:YAMLVFSEntry (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/unittests/Support/ |
D | FileCollectorTest.cpp | 23 inline bool operator==(const llvm::vfs::YAMLVFSEntry &LHS, in operator ==() 24 const llvm::vfs::YAMLVFSEntry &RHS) { in operator ==() 240 EXPECT_THAT(mapping, testing::Contains(vfs::YAMLVFSEntry(vpath, rpath))); in TEST() 249 EXPECT_THAT(mapping, testing::Contains(vfs::YAMLVFSEntry(vpath, rpath))); in TEST() 258 EXPECT_THAT(mapping, testing::Contains(vfs::YAMLVFSEntry(vpath, rpath))); in TEST()
|
/external/clang/include/clang/Basic/ |
D | VirtualFileSystem.h | 331 struct YAMLVFSEntry { struct 332 template <typename T1, typename T2> YAMLVFSEntry(T1 &&VPath, T2 &&RPath) in YAMLVFSEntry() function 339 std::vector<YAMLVFSEntry> Mappings; argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | VirtualFileSystem.h | 507 struct YAMLVFSEntry { struct 509 YAMLVFSEntry(T1 &&VPath, T2 &&RPath) in YAMLVFSEntry() function 773 SmallVectorImpl<YAMLVFSEntry> &CollectedEntries, 778 std::vector<YAMLVFSEntry> Mappings; 800 const std::vector<YAMLVFSEntry> &getMappings() const { return Mappings; } in getMappings()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | VirtualFileSystem.h | 509 struct YAMLVFSEntry { struct 511 YAMLVFSEntry(T1 &&VPath, T2 &&RPath, bool IsDirectory = false) 776 SmallVectorImpl<YAMLVFSEntry> &CollectedEntries, 781 std::vector<YAMLVFSEntry> Mappings; 806 const std::vector<YAMLVFSEntry> &getMappings() const { return Mappings; } in getMappings()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | VirtualFileSystem.cpp | 1849 SmallVectorImpl<YAMLVFSEntry> &Entries) { in getVFSEntries() 1869 Entries.push_back(YAMLVFSEntry(VPath.c_str(), FE->getExternalContentsPath())); in getVFSEntries() 1875 SmallVectorImpl<YAMLVFSEntry> &CollectedEntries, in collectVFSFromYAML() 1921 void write(ArrayRef<YAMLVFSEntry> Entries, Optional<bool> UseExternalNames, 1977 void JSONWriter::write(ArrayRef<YAMLVFSEntry> Entries, in write() 2001 const YAMLVFSEntry &Entry = Entries.front(); in write() 2048 llvm::sort(Mappings, [](const YAMLVFSEntry &LHS, const YAMLVFSEntry &RHS) { in write()
|
/external/llvm-project/llvm/lib/Support/ |
D | VirtualFileSystem.cpp | 1933 SmallVectorImpl<YAMLVFSEntry> &Entries) { in getVFSEntries() 1953 Entries.push_back(YAMLVFSEntry(VPath.c_str(), FE->getExternalContentsPath())); in getVFSEntries() 1959 SmallVectorImpl<YAMLVFSEntry> &CollectedEntries, in collectVFSFromYAML() 2015 void write(ArrayRef<YAMLVFSEntry> Entries, Optional<bool> UseExternalNames, 2071 void JSONWriter::write(ArrayRef<YAMLVFSEntry> Entries, in write() 2095 const YAMLVFSEntry &Entry = Entries.front(); in write() 2160 llvm::sort(Mappings, [](const YAMLVFSEntry &LHS, const YAMLVFSEntry &RHS) { in write()
|
/external/clang/lib/Basic/ |
D | VirtualFileSystem.cpp | 1620 void write(ArrayRef<YAMLVFSEntry> Entries, Optional<bool> UseExternalNames, 1674 void JSONWriter::write(ArrayRef<YAMLVFSEntry> Entries, in write() 1698 const YAMLVFSEntry &Entry = Entries.front(); in write() 1746 [](const YAMLVFSEntry &LHS, const YAMLVFSEntry &RHS) { in write()
|
/external/llvm-project/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 207 SmallVector<llvm::vfs::YAMLVFSEntry, 16> VFSEntries; in collectVFSEntries()
|