Home
last modified time | relevance | path

Searched defs:NamesSize (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h66 size_t NamesSize; global() variable
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c150 uint64_t NamesSize, uint64_t VTableSize, uint64_t VNameSize, in __llvm_profile_get_padding_sizes_for_counters()
200 const uint64_t NamesSize = (NamesEnd - NamesBegin) * sizeof(char); in __llvm_profile_get_size_for_buffer_internal() local
H A DInstrProfilingPlatformAIX.c175 uint64_t NamesSize) {} in __llvm_profile_register_names_function()
H A DInstrProfilingMerge.c30 uint64_t NamesSize = in lprofGetLoadModuleSignature() local
H A DInstrProfilingPlatformOther.c72 uint64_t NamesSize) { in __llvm_profile_register_names_function()
H A DInstrProfilingWriter.c282 const uint64_t NamesSize = __llvm_profile_get_name_size(NamesBegin, NamesEnd); in lprofWriteDataImpl() local
H A DInstrProfilingFile.c115 const uint64_t NamesSize = (NamesEnd - NamesBegin) * sizeof(char); in mmapForContinuousMode() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp605 auto NamesSize = swap(Header.NamesSize); in readHeader() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp263 size_t NamesSize = 0; member in __anon21e6fd6b0111::InstrLowerer