Home
last modified time | relevance | path

Searched defs:Stat (Results 1 – 25 of 25) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h33 struct Stat { struct
34 Stat() {} in Stat() argument
35 Stat(uint32_t Count, uint32_t Size) : Count(Count), Size(Size) {} in Stat() argument
36 uint32_t Count = 0;
37 uint32_t Size = 0;
39 void update(uint32_t RecordSize) { in update()
H A DDumpOutputStyle.cpp658 for (const auto &Stat : Stats.Individual) { in getLongestTypeLeafName() local
767 for (const auto &Stat : UdtTargetStats.getStatsSortedBySize()) { in dumpUdtStats() local
782 StatCollection::Stat Stat; in dumpUdtStats() member
787 for (const auto &Stat : NamespacedStats) in dumpUdtStats() local
793 for (const auto &Stat : NamespacedStatsSorted) { in dumpUdtStats() local
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp30 auto Stat = std::move(*MaybeStat); in readFile() local
128 llvm::ErrorOr<llvm::vfs::Status> Stat) { in getOrEmplaceEntryForFilename()
139 llvm::sys::fs::UniqueID UID, llvm::vfs::Status Stat, in getOrEmplaceEntryForUID()
215 llvm::ErrorOr<llvm::vfs::Status> Stat = getUnderlyingFS().status(Filename); in computeAndStoreResult() local
274 llvm::vfs::Status Stat) in DepScanFile()
291 llvm::vfs::Status Stat; member in __anon1a2937700211::DepScanFile
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h64 CachedFileSystemEntry(llvm::ErrorOr<llvm::vfs::Status> Stat) in CachedFileSystemEntry()
70 CachedFileSystemEntry(llvm::ErrorOr<llvm::vfs::Status> Stat, in CachedFileSystemEntry()
248 llvm::vfs::Status Stat = Entry.getStatus(); in getStatus() local
347 findSharedEntryByUID(llvm::vfs::Status Stat) const { in findSharedEntryByUID()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DStatistic.cpp161 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 DTimeProfiler.cpp195 auto combineStat = [&](const auto &Stat) { in write()
202 for (const auto &Stat : CountAndTotalPerName) in write() local
205 for (const auto &Stat : TTP->CountAndTotalPerName) in write() local
H A DFileCollector.cpp161 const sys::fs::file_status &Stat) { in copyAccessAndModificationTime()
188 sys::fs::file_status Stat; in copyFiles() local
H A DFileOutputBuffer.cpp169 fs::file_status Stat; in create() local
H A DVirtualFileSystem.cpp623 Status Stat; member in llvm::vfs::detail::InMemoryFile
627 InMemoryFile(Status Stat, std::unique_ptr<llvm::MemoryBuffer> Buffer) in InMemoryFile()
671 Status Stat; member in llvm::vfs::detail::__anon4785343f0511::InMemorySymbolicLink
674 InMemorySymbolicLink(StringRef Path, StringRef TargetPath, Status Stat) in InMemorySymbolicLink()
725 Status Stat; member in llvm::vfs::detail::InMemoryDirectory
729 InMemoryDirectory(Status Stat) in InMemoryDirectory()
859 Status Stat( in addFile() local
901 Status Stat = NNI.makeStatus(); in addFile() local
919 Status Stat = NNI.makeStatus(); in addFileNoOwn() local
/openbsd-src/gnu/usr.bin/perl/plan9/
H A Dplan9ish.h120 #define Stat(fname,bufptr) stat((fname),(bufptr)) macro
/openbsd-src/gnu/usr.bin/perl/
H A Ddosish.h101 # define Stat(fname,bufptr) stat((fname),(bufptr)) macro
H A Dunixish.h124 #define Stat( global() macro
/openbsd-src/usr.bin/ssh/
H A Dsftp-server.c79 typedef struct Stat Stat; typedef
81 struct Stat { struct
82 char *name;
83 char *long_name;
84 Attrib attrib;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunctionSplitter.cpp106 auto checkPredecessors = [&](MachineBasicBlock *MBB, Status Stat) { in setDescendantEHBlocksCold()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp133 for (auto &Stat : Stats) { in dumpChildStats() local
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DBinaryHolder.cpp100 llvm::ErrorOr<vfs::Status> Stat = VFS->status(Filename); in load() local
H A DDwarfLinkerForBinary.cpp681 sys::fs::file_status Stat; in link() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp270 llvm::Statistic &Stat) { in reportInvalidCandidate()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp658 for (const auto &Stat : BlockIDStats) { in printStats() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DAdbClient.cpp556 Status AdbClient::SyncService::Stat(const FileSpec &remote_file, uint32_t &mode, in Stat() function in AdbClient::SyncService
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32.h391 #define Stat global() macro
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp1108 auto CountParamAccesses = [&](auto &Stat) { in generateParamAccessSummary()
/openbsd-src/gnu/usr.bin/perl/os2/
H A Dos2ish.h439 #define Stat( global() macro
455 #define Stat( global() macro
/openbsd-src/gnu/usr.bin/perl/vms/
H A Dvmsish.h494 #define Stat(name,bufptr) flex_stat(name,bufptr) macro
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3114 GDBRemoteCommunicationClient::Stat(const lldb_private::FileSpec &file_spec) { in Stat() function in GDBRemoteCommunicationClient