Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/
DInstrProfiling.h50 size_t NamesSize; variable
/external/compiler-rt/lib/profile/
DInstrProfilingBuffer.c40 const uint64_t NamesSize = (NamesEnd - NamesBegin) * sizeof(char); in __llvm_profile_get_size_for_buffer_internal() local
DInstrProfilingMerge.c29 uint64_t NamesSize = in lprofGetLoadModuleSignature() local
DInstrProfilingPlatformOther.c60 uint64_t NamesSize) { in __llvm_profile_register_names_function()
DInstrProfilingWriter.c254 const uint64_t NamesSize = NamesEnd - NamesBegin; in lprofWriteDataImpl() local
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h178 uint64_t NamesSize; variable