Home
last modified time | relevance | path

Searched refs:EntriesCount (Results 1 – 7 of 7) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h186 EntriesCount, atomic_load_relaxed(&MaxEntriesCount), in getStats()
207 DCHECK_EQ(EntriesCount, 0U); in init()
272 if (EntriesCount >= MaxCount) { in store()
282 EntriesCount++; in store()
311 if (EntriesCount == 0) in retrieve()
351 EntriesCount--; in retrieve()
449 EntriesCount = 0; in empty()
472 if (!EntriesCount || OldestTime == 0 || OldestTime > Time) in releaseOlderThan()
482 u32 EntriesCount GUARDED_BY(Mutex) = 0;
/src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp495 error(IO.mapInteger(JumpTable.EntriesCount)); in visitKnownRecord()
H A DSymbolDumper.cpp671 W.printNumber("EntriesCount", JumpTable.EntriesCount); in visitKnownRecord()
/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp606 IO.mapRequired("EntriesCount", Symbol.EntriesCount); in map()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h163 uint32_t EntriesCount = 0; variable
/src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp955 JumpTable.EntriesCount); in visitKnownRecord()
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1700 W.printNumber("EntriesCount", JumpTable.EntriesCount); in visitKnownRecord()