HomeSort by relevance Sort by last modified time
    Searched refs:NumCutoffEntries (Results 1 - 17 of 17) sorted by null

  /external/llvm/include/llvm/ProfileData/
InstrProf.h 841 uint64_t NumCutoffEntries;
843 static uint32_t getSize(uint32_t NumSumFields, uint32_t NumCutoffEntries) {
844 return sizeof(Summary) + NumCutoffEntries * sizeof(Entry) +
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProf.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ProfileData/
InstrProf.h 874 uint64_t NumCutoffEntries;
876 static uint32_t getSize(uint32_t NumSumFields, uint32_t NumCutoffEntries) {
877 return sizeof(Summary) + NumCutoffEntries * sizeof(Entry) +
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ProfileData/
InstrProf.h 874 uint64_t NumCutoffEntries;
876 static uint32_t getSize(uint32_t NumSumFields, uint32_t NumCutoffEntries) {
877 return sizeof(Summary) + NumCutoffEntries * sizeof(Entry) +
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProf.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ProfileData/
InstrProf.h 874 uint64_t NumCutoffEntries;
876 static uint32_t getSize(uint32_t NumSumFields, uint32_t NumCutoffEntries) {
877 return sizeof(Summary) + NumCutoffEntries * sizeof(Entry) +
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ProfileData/
InstrProf.h 874 uint64_t NumCutoffEntries;
876 static uint32_t getSize(uint32_t NumSumFields, uint32_t NumCutoffEntries) {
877 return sizeof(Summary) + NumCutoffEntries * sizeof(Entry) +
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ProfileData/
InstrProf.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ProfileData/
InstrProf.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ProfileData/
InstrProf.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ProfileData/
InstrProf.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ProfileData/
InstrProf.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ProfileData/
InstrProf.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ProfileData/
InstrProf.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ProfileData/
InstrProf.h     [all...]
  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 202 TheSummary->NumCutoffEntries = Res.size();
InstrProfReader.cpp 587 endian::byte_swap<uint64_t, little>(SummaryInLE->NumCutoffEntries);
599 for (unsigned I = 0; I < SummaryData->NumCutoffEntries; I++) {

Completed in 5166 milliseconds