Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c105 uint64_t DataSize, uint64_t CountersSize, uint64_t 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
H A DInstrProfilingMerge.c30 uint64_t NamesSize = in lprofGetLoadModuleSignature() local
H A DInstrProfilingPlatformOther.c68 uint64_t NamesSize) { in __llvm_profile_register_names_function()
H A DInstrProfilingPlatformLinux.c240 uint64_t NamesSize) {} in __llvm_profile_register_names_function()
H A DInstrProfilingWriter.c274 const uint64_t NamesSize = DebugInfoCorrelate ? 0 : NamesEnd - NamesBegin; in lprofWriteDataImpl() local
H A DInstrProfilingFile.c113 const uint64_t NamesSize = (NamesEnd - NamesBegin) * sizeof(char); in mmapForContinuousMode() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h66 size_t NamesSize; variable
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp490 auto NamesSize = swap(Header.NamesSize); in readHeader() local