/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | DumpOutputStyle.h | 31 struct Stat { struct 32 Stat() {} in Stat() argument 33 Stat(uint32_t Count, uint32_t Size) : Count(Count), Size(Size) {} in Stat() argument 34 uint32_t Count = 0; 35 uint32_t Size = 0; 37 void update(uint32_t RecordSize) { in update()
|
H A D | DumpOutputStyle.cpp | 659 for (const auto &Stat : Stats.Individual) { in getLongestTypeLeafName() local 768 for (const auto &Stat : UdtTargetStats.getStatsSortedBySize()) { in dumpUdtStats() local 783 StatCollection::Stat Stat; in dumpUdtStats() member 788 for (const auto &Stat : NamespacedStats) in dumpUdtStats() local 794 for (const auto &Stat : NamespacedStatsSorted) { in dumpUdtStats() local
|
/llvm-project/bolt/lib/Core/ |
H A D | DynoStats.cpp | 79 uint64_t OtherStat) { in print() 93 for (auto Stat = DynoStats::FIRST_DYNO_STAT + 1; in print() local 106 for (const OpcodeStatTy &Stat : OpcodeHistogram) in print() local 114 for (auto &Stat : llvm::reverse(SortedHistogram)) { in print() local 131 for (auto Stat = DynoStats::FIRST_DYNO_STAT + 1; in operator +=() local 135 for (const OpcodeStatTy &Stat : Other.OpcodeHistogram) { in operator +=() local
|
/llvm-project/llvm/lib/Support/ |
H A D | Statistic.cpp | 161 for (auto *Stat : Stats) { in reset() local 212 for (const TrackingStatistic *Stat : Stats.Stats) { in PrintStatisticsJSON() local 261 for (const auto &Stat : StatInfo->statistics()) in GetStatistics() local
|
H A D | FileCollector.cpp | 161 const sys::fs::file_status &Stat) { in copyAccessAndModificationTime() 188 sys::fs::file_status Stat; in copyFiles() local
|
H A D | TimeProfiler.cpp | 219 __anon38e80a610a02(const auto &Stat) write() argument 226 for (const auto &Stat : CountAndTotalPerName) write() local 229 for (const auto &Stat : TTP->CountAndTotalPerName) write() local
|
H A D | FileOutputBuffer.cpp | 172 fs::file_status Stat; in create() local
|
H A D | VirtualFileSystem.cpp | 650 Status Stat; global() member in llvm::vfs::detail::InMemoryFile 654 InMemoryFile(Status Stat,std::unique_ptr<llvm::MemoryBuffer> Buffer) InMemoryFile() argument 698 Status Stat; global() member in llvm::vfs::detail::__anoneadfb2db0511::InMemorySymbolicLink 701 InMemorySymbolicLink(StringRef Path,StringRef TargetPath,Status Stat) InMemorySymbolicLink() argument 752 Status Stat; global() member in llvm::vfs::detail::InMemoryDirectory 756 InMemoryDirectory(Status Stat) InMemoryDirectory() argument 880 Status Stat( addFile() local 928 Status Stat = NNI.makeStatus(); addFile() local 946 Status Stat = NNI.makeStatus(); addFileNoOwn() local [all...] |
/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.cpp | 30 auto Stat = std::move(*MaybeStat); in readFile() local 131 llvm::ErrorOr<llvm::vfs::Status> Stat) { in getOrEmplaceEntryForFilename() argument 147 llvm::sys::fs::UniqueID UID, llvm::vfs::Status Stat, in getOrEmplaceEntryForUID() argument 244 llvm::ErrorOr<llvm::vfs::Status> Stat = computeAndStoreResult() local 321 DepScanFile(std::unique_ptr<llvm::MemoryBuffer> Buffer,llvm::vfs::Status Stat) DepScanFile() argument 338 llvm::vfs::Status Stat; global() member in __anon0e65c28c0311::DepScanFile [all...] |
/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.h | 64 CachedFileSystemEntry(llvm::ErrorOr<llvm::vfs::Status> Stat) in CachedFileSystemEntry() argument 70 CachedFileSystemEntry(llvm::ErrorOr<llvm::vfs::Status> Stat, in CachedFileSystemEntry() argument 304 llvm::vfs::Status Stat = Entry.getStatus(); in getStatus() local 414 findSharedEntryByUID(llvm::vfs::Status Stat) findSharedEntryByUID() argument [all...] |
/llvm-project/clang-tools-extra/clangd/support/ |
H A D | FileCache.cpp | 52 auto Stat = FS->status(Path); in read() local
|
/llvm-project/polly/unittests/Isl/ |
H A D | IslTest.cpp | 393 isl::stat Stat = in TEST() local 406 isl::stat Stat = in TEST() local 418 isl::stat Stat = TestUMap.foreach_map([&](isl::map Map) -> isl::stat { in TEST() local 429 isl::stat Stat = TestUSet.foreach_set([&](isl::set Set) -> isl::stat { in TEST() local 441 isl::stat Stat = UPwAff.foreach_pw_aff([&](isl::pw_aff PwAff) -> isl::stat { in TEST() local 477 isl::stat Stat = TestPwAff.foreach_piece( in TEST() local
|
/llvm-project/flang/runtime/ |
H A D | stat.h | 24 enum Stat { enum
|
/llvm-project/llvm/unittests/Support/ |
H A D | VirtualFileSystemTest.cpp | 1017 auto Stat = PFS.status("/a"); in TEST() local 1068 auto Stat = FS.status("/a"); in TEST_F() local 1076 auto Stat = FS.status("c:"); in TEST_F() local 1090 auto Stat = FS.status("/"); TEST_F() local 1104 auto Stat = FS.status("/a"); TEST_F() local 1177 auto Stat = FS.status("/b/c"); TEST_F() local 1231 auto Stat = FS.status("/a"); TEST_F() local 1249 auto Stat = FS.status("/a"); TEST_F() local 1267 auto Stat = FS.status("/a"); TEST_F() local 1283 auto Stat = FS.status("/a"); TEST_F() local 1308 auto Stat = FS.status("/a"); TEST_F() local 1326 auto Stat = NormalizedFS.status("../b/c"); TEST_F() local 1484 ErrorOr<vfs::Status> Stat = FS.status("/some/file"); TEST_F() local 1492 ErrorOr<vfs::Status> Stat = FS.status("/link/foo.h"); TEST_F() local 1502 ErrorOr<vfs::Status> Stat = FS.status("/first"); TEST_F() local 1521 ErrorOr<vfs::Status> Stat = FS.status("/link-a/foo"); TEST_F() local [all...] |
/llvm-project/polly/lib/Transform/ |
H A D | FlattenAlgo.cpp | 80 isl::stat Stat = in subtract() local 99 isl::stat Stat = in multiply() local
|
/llvm-project/bolt/include/bolt/Core/ |
H A D | DynoStats.h | 76 for (auto Stat = FIRST_DYNO_STAT + 0; Stat < LAST_DYNO_STAT; ++Stat) in DynoStats() local
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | Background.h | 122 Stats Stat; variable
|
H A D | StdLib.cpp | 319 if (!HS.getFileMgr().getNoncachedStatValue(Path, Stat) && in add() local
|
/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbol.cpp | 133 for (auto &Stat : Stats) { in dumpChildStats() local
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | BinaryHolder.cpp | 100 llvm::ErrorOr<vfs::Status> Stat = VFS->status(Filename); load() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeMoverUtils.cpp | 270 llvm::Statistic &Stat) { in reportInvalidCandidate() argument
|
/llvm-project/third-party/benchmark/src/ |
H A D | benchmark.cc | 366 for (const auto& Stat : benchmark.statistics()) in RunBenchmarks() local
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 664 for (const auto &Stat : BlockIDStats) { printStats() local
|
/llvm-project/lldb/source/Plugins/Platform/Android/ |
H A D | AdbClient.cpp | 556 Status AdbClient::SyncService::Stat(const FileSpec &remote_file, uint32_t &mode, Stat() function in AdbClient::SyncService
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | GlobalCompilationDatabase.cpp | 209 auto Stat = FS.status(Path); load() local
|