Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c124 uint64_t NamesSize, uint64_t *PaddingBytesBeforeCounters, in __llvm_profile_get_padding_sizes_for_counters()
153 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 DInstrProfilingPlatformOther.c68 uint64_t NamesSize) { in __llvm_profile_register_names_function()
H A DInstrProfilingMerge.c30 uint64_t NamesSize = in lprofGetLoadModuleSignature() local
H A DInstrProfilingWriter.c275 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-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp584 auto NamesSize = swap(Header.NamesSize); in readHeader() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp206 size_t NamesSize = 0; member in __anon719920e10111::InstrLowerer