Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/Transforms/
H A DInstrProfiling.h50 size_t NamesSize; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h63 size_t NamesSize; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h66 size_t NamesSize; variable
/aosp_15_r20/external/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c40 const uint64_t NamesSize = (NamesEnd - NamesBegin) * sizeof(char); in __llvm_profile_get_size_for_buffer_internal() local
H A DInstrProfilingMerge.c29 uint64_t NamesSize = in lprofGetLoadModuleSignature() local
H A DInstrProfilingPlatformOther.c60 uint64_t NamesSize) { in __llvm_profile_register_names_function()
H A DInstrProfilingWriter.c254 const uint64_t NamesSize = NamesEnd - NamesBegin; in lprofWriteDataImpl() local
/aosp_15_r20/external/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h178 uint64_t NamesSize; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h206 uint64_t NamesSize; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
H A DInstrProfReader.cpp490 auto NamesSize = swap(Header.NamesSize); in readHeader() local