Home
last modified time | relevance | path

Searched refs:CountersSize (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/profile/
DInstrProfilingMerge.c59 Header->CountersSize != (uint64_t)(__llvm_profile_end_counters() - in __llvm_profile_check_compatibility()
68 Header->NamesSize + Header->CountersSize) in __llvm_profile_check_compatibility()
97 SrcNameStart = (const char *)(SrcCountersStart + Header->CountersSize); in __llvm_profile_merge_from_buffer()
DInstrProfilingWriter.c253 const uint64_t CountersSize = CountersEnd - CountersBegin; in lprofWriteDataImpl() local
273 {CountersBegin, sizeof(uint64_t), CountersSize}, in lprofWriteDataImpl()
DInstrProfData.inc134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp985 int CountersSize = CountersBySP.size(); in insertCounterWriteout() local
986 assert(CountersSize == (int)EmitFunctionCallArgsArray.size() && in insertCounterWriteout()
988 assert(CountersSize == (int)EmitArcsCallArgsArray.size() && in insertCounterWriteout()
991 ArrayType::get(EmitFunctionCallArgsTy, CountersSize); in insertCounterWriteout()
999 ArrayType::get(EmitArcsCallArgsTy, CountersSize); in insertCounterWriteout()
1011 {StartFileCallArgs, Builder.getInt32(CountersSize), in insertCounterWriteout()
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp325 auto CountersSize = swap(Header.CountersSize); in readHeader() local
334 ptrdiff_t NamesOffset = CountersOffset + sizeof(uint64_t) * CountersSize; in readHeader()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProfReader.cpp347 auto CountersSize = swap(Header.CountersSize); in readHeader() local
356 ptrdiff_t NamesOffset = CountersOffset + sizeof(uint64_t) * CountersSize; in readHeader()
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProfData.inc134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)