Home
last modified time | relevance | path

Searched refs:TotalEntries (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp294 __sanitizer::atomic_fetch_add(&Root->TotalEntries, 1, in tryStartContextGivenRoot()
442 __sanitizer::atomic_store_relaxed(&Root->TotalEntries, 0); in __llvm_ctx_profile_start_collection()
480 __sanitizer::atomic_load_relaxed(&Root->TotalEntries)); in __llvm_ctx_profile_fetch()
H A DCtxInstrProfiling.h85 ::__sanitizer::atomic_uint64_t TotalEntries = {};
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp2025 uint32_t TotalEntries = 0; in countTotalTableEntries() local
2037 TotalEntries += countTotalTableEntries(RSF, NextTable, NextLevel); in countTotalTableEntries()
2039 TotalEntries += 1; in countTotalTableEntries()
2042 return TotalEntries; in countTotalTableEntries()