Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h64 size_t NamesSize; variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingBuffer.c34 const uint64_t NamesSize = PROFILE_RANGE_SIZE(Names) * sizeof(char); in __llvm_profile_get_size_for_buffer_internal() local
H A DInstrProfilingWriter.c149 const uint64_t NamesSize = NamesEnd - NamesBegin; in llvmWriteProfDataImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h218 uint64_t NamesSize; variable