Searched refs:NamesSize (Results 1 – 15 of 15) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfilingMerge.c | 29 uint64_t NamesSize = in lprofGetLoadModuleSignature() local 35 return (NamesSize << 40) + (CounterSize << 30) + (DataSize << 20) + in lprofGetLoadModuleSignature() 61 Header->NamesSize != (uint64_t)(__llvm_profile_end_names() - in __llvm_profile_check_compatibility() 68 Header->NamesSize + Header->CountersSize) in __llvm_profile_check_compatibility() 99 (ValueProfData *)(SrcNameStart + Header->NamesSize + in __llvm_profile_merge_from_buffer() 101 Header->NamesSize)); in __llvm_profile_merge_from_buffer()
|
D | InstrProfilingBuffer.c | 40 const uint64_t NamesSize = (NamesEnd - NamesBegin) * sizeof(char); in __llvm_profile_get_size_for_buffer_internal() local 41 const uint8_t Padding = __llvm_profile_get_num_padding_bytes(NamesSize); in __llvm_profile_get_size_for_buffer_internal() 45 (CountersEnd - CountersBegin) * sizeof(uint64_t) + NamesSize + Padding; in __llvm_profile_get_size_for_buffer_internal()
|
D | InstrProfilingPlatformOther.c | 60 uint64_t NamesSize) { in __llvm_profile_register_names_function() argument 63 NamesLast = (const char *)NamesStart + NamesSize; in __llvm_profile_register_names_function() 68 (const char *)getMaxAddr(NamesLast, (const char *)NamesStart + NamesSize); in __llvm_profile_register_names_function()
|
D | InstrProfilingWriter.c | 254 const uint64_t NamesSize = NamesEnd - NamesBegin; in lprofWriteDataImpl() local 255 const uint64_t Padding = __llvm_profile_get_num_padding_bytes(NamesSize); in lprofWriteDataImpl() 274 {NamesBegin, sizeof(uint8_t), NamesSize}, in lprofWriteDataImpl()
|
D | InstrProfData.inc | 135 INSTR_PROF_RAW_HEADER(uint64_t, NamesSize, NamesSize)
|
/external/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 303 if (Error E = Symtab.create(StringRef(NamesStart, NamesSize))) in createSymtab() 326 NamesSize = swap(Header.NamesSize); in readHeader() 330 auto PaddingSize = getNumPaddingBytes(NamesSize); in readHeader() 335 ptrdiff_t ValueDataOffset = NamesOffset + NamesSize + PaddingSize; in readHeader()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 326 if (Error E = Symtab.create(StringRef(NamesStart, NamesSize))) in createSymtab() 348 NamesSize = swap(Header.NamesSize); in readHeader() 352 auto PaddingSize = getNumPaddingBytes(NamesSize); in readHeader() 357 ptrdiff_t ValueDataOffset = NamesOffset + NamesSize + PaddingSize; in readHeader()
|
/external/llvm/include/llvm/Transforms/ |
D | InstrProfiling.h | 50 size_t NamesSize; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Instrumentation/ |
D | InstrProfiling.h | 62 size_t NamesSize; variable
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 115 NamesSize = 0; in run() 494 NamesSize = CompressedNameStr.size(); in emitNameData() 532 IRB.getInt64(NamesSize)}); in emitRegistration()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 454 NamesSize = 0; in run() 870 NamesSize = CompressedNameStr.size(); in emitNameData() 912 IRB.getInt64(NamesSize)}); in emitRegistration()
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 178 uint64_t NamesSize; variable
|
D | InstrProfData.inc | 135 INSTR_PROF_RAW_HEADER(uint64_t, NamesSize, NamesSize)
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 195 uint64_t NamesSize; variable
|
D | InstrProfData.inc | 135 INSTR_PROF_RAW_HEADER(uint64_t, NamesSize, NamesSize)
|