/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingBuffer.c | 150 uint64_t NamesSize, uint64_t VTableSize, uint64_t VNameSize, in __llvm_profile_get_padding_sizes_for_counters() argument 161 *PaddingBytesAfterNames = __llvm_profile_get_num_padding_bytes(NamesSize); in __llvm_profile_get_padding_sizes_for_counters() 182 *PaddingBytesAfterNames = calculateBytesNeededToPageAlign(NamesSize); 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 217 DataSize, CountersSize, NumBitmapBytes, NamesSize, 0 /* VTableSize */, in __llvm_profile_get_size_for_buffer_internal() 226 PaddingBytesAfterBitmapBytes + NamesSize + PaddingBytesAfterNames + in __llvm_profile_get_size_for_buffer_internal()
|
H A D | InstrProfilingMerge.c | 30 uint64_t NamesSize = in lprofGetLoadModuleSignature() local 36 return (NamesSize << 40) + (NumCounters << 30) + (NumData << 20) + in lprofGetLoadModuleSignature() 75 Header->NamesSize != in __llvm_profile_check_compatibility() 83 Header->NumData * sizeof(__llvm_profile_data) + Header->NamesSize + in __llvm_profile_check_compatibility() 124 return Header->NamesSize + in getDistanceFromCounterToValueProf() 125 __llvm_profile_get_num_padding_bytes(Header->NamesSize) + in getDistanceFromCounterToValueProf()
|
H A D | InstrProfilingPlatformOther.c | 72 uint64_t NamesSize) { in __llvm_profile_register_names_function() argument 75 NamesLast = (const char *)NamesStart + NamesSize; in __llvm_profile_register_names_function() 80 (const char *)getMaxAddr(NamesLast, (const char *)NamesStart + NamesSize); in __llvm_profile_register_names_function()
|
H A D | InstrProfilingWriter.c | 282 const uint64_t NamesSize = __llvm_profile_get_name_size(NamesBegin, NamesEnd); in lprofWriteDataImpl() local 299 DataSectionSize, CountersSectionSize, NumBitmapBytes, NamesSize, in lprofWriteDataImpl() 320 if (NumData == 0 && NamesSize == 0) { in lprofWriteDataImpl() 342 {SkipNameDataWrite ? NULL : NamesBegin, sizeof(uint8_t), NamesSize, 0}, in lprofWriteDataImpl() 354 (NumData == 0 && NamesSize == 0)) in lprofWriteDataImpl()
|
H A D | InstrProfiling.h | 285 uint64_t NamesSize, uint64_t VTableSize, uint64_t VNameSize,
|
H A D | InstrProfilingPlatformAIX.c | 175 uint64_t NamesSize) {} in __llvm_profile_register_names_function() argument
|
H A D | InstrProfilingFile.c | 115 const uint64_t NamesSize = (NamesEnd - NamesBegin) * sizeof(char); in mmapForContinuousMode() local 148 DataSize, CountersSize, NumBitmapBytes, NamesSize, /*VTableSize=*/0, in mmapForContinuousMode()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | InstrProfiling.h | 66 size_t NamesSize; global() variable
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 605 auto NamesSize = swap(Header.NamesSize); in readHeader() local 611 auto PaddingBytesAfterNames = getNumPaddingBytes(NamesSize); in readHeader() 626 NamesOffset + NamesSize + PaddingBytesAfterNames; in readHeader() 639 if (!(DataSize == 0 && NamesSize == 0 && CountersDelta == 0 && in readHeader() 655 NamesEnd = NamesStart + NamesSize; in readHeader()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 263 size_t NamesSize = 0; member in __anon21e6fd6b0111::InstrLowerer 1957 NamesSize = CompressedNameStr.size(); in emitNameData() 2035 IRB.CreateCall(NamesRegisterF, {NamesVar, IRB.getInt64(NamesSize)}); in emitRegistration()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfData.inc | 163 INSTR_PROF_RAW_HEADER(uint64_t, NamesSize, NamesSize)
|
/freebsd/contrib/llvm-project/compiler-rt/include/profile/ |
H A D | InstrProfData.inc | 163 INSTR_PROF_RAW_HEADER(uint64_t, NamesSize, NamesSize)
|