Searched refs:CountersSize (Results 1 – 8 of 8) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfilingMerge.c | 59 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()
|
D | InstrProfilingWriter.c | 253 const uint64_t CountersSize = CountersEnd - CountersBegin; in lprofWriteDataImpl() local 273 {CountersBegin, sizeof(uint64_t), CountersSize}, in lprofWriteDataImpl()
|
D | InstrProfData.inc | 134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 985 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/ |
D | InstrProfReader.cpp | 325 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/ |
D | InstrProfReader.cpp | 347 auto CountersSize = swap(Header.CountersSize); in readHeader() local 356 ptrdiff_t NamesOffset = CountersOffset + sizeof(uint64_t) * CountersSize; in readHeader()
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
|