Searched refs:NamesSize (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/profile/ |
| H A D | InstrProfilingBuffer.c | 105 uint64_t DataSize, uint64_t CountersSize, uint64_t NamesSize, in __llvm_profile_get_padding_sizes_for_counters() argument 111 *PaddingBytesAfterNames = __llvm_profile_get_num_padding_bytes(NamesSize); in __llvm_profile_get_padding_sizes_for_counters() 120 *PaddingBytesAfterNames = calculateBytesNeededToPageAlign(NamesSize); in __llvm_profile_get_padding_sizes_for_counters() 129 const uint64_t NamesSize = (NamesEnd - NamesBegin) * sizeof(char); in __llvm_profile_get_size_for_buffer_internal() local 139 DataSize, CountersSize, NamesSize, &PaddingBytesBeforeCounters, in __llvm_profile_get_size_for_buffer_internal() 144 PaddingBytesAfterCounters + 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() 65 Header->NamesSize != (uint64_t)(__llvm_profile_end_names() - in __llvm_profile_check_compatibility() 72 Header->DataSize * sizeof(__llvm_profile_data) + Header->NamesSize + in __llvm_profile_check_compatibility() 123 SrcNameStart + Header->NamesSize + in __llvm_profile_merge_from_buffer() 124 __llvm_profile_get_num_padding_bytes(Header->NamesSize); in __llvm_profile_merge_from_buffer()
|
| H A D | InstrProfilingPlatformOther.c | 68 uint64_t NamesSize) { in __llvm_profile_register_names_function() argument 71 NamesLast = (const char *)NamesStart + NamesSize; in __llvm_profile_register_names_function() 76 (const char *)getMaxAddr(NamesLast, (const char *)NamesStart + NamesSize); in __llvm_profile_register_names_function()
|
| H A D | InstrProfilingWriter.c | 274 const uint64_t NamesSize = DebugInfoCorrelate ? 0 : NamesEnd - NamesBegin; in lprofWriteDataImpl() local 284 DataSectionSize, CountersSectionSize, NamesSize, in lprofWriteDataImpl() 328 sizeof(uint8_t), NamesSize, 0}, in lprofWriteDataImpl()
|
| H A D | InstrProfiling.h | 289 uint64_t DataSize, uint64_t CountersSize, uint64_t NamesSize,
|
| H A D | InstrProfilingPlatformLinux.c | 240 uint64_t NamesSize) {} in __llvm_profile_register_names_function() argument
|
| H A D | InstrProfilingFile.c | 113 const uint64_t NamesSize = (NamesEnd - NamesBegin) * sizeof(char); in mmapForContinuousMode() local 137 DataSize, CountersSize, NamesSize, &PaddingBytesBeforeCounters, in mmapForContinuousMode()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | InstrProfiling.h | 66 size_t NamesSize; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 490 auto NamesSize = swap(Header.NamesSize); in readHeader() local 494 auto PaddingSize = getNumPaddingBytes(NamesSize); in readHeader() 501 ptrdiff_t ValueDataOffset = NamesOffset + NamesSize + PaddingSize; in readHeader() 510 assert(DataSize == 0 && NamesSize == 0); in readHeader() 521 NamesEnd = NamesStart + NamesSize; in readHeader()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 521 NamesSize = 0; in run() 1142 NamesSize = CompressedNameStr.size(); in emitNameData() 1193 IRB.getInt64(NamesSize)}); in emitRegistration()
|
| /openbsd-src/gnu/llvm/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 137 INSTR_PROF_RAW_HEADER(uint64_t, NamesSize, NamesSize)
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 137 INSTR_PROF_RAW_HEADER(uint64_t, NamesSize, NamesSize)
|