HomeSort by relevance Sort by last modified time
    Searched defs:Summary (Results 51 - 69 of 69) sorted by null

1 23

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 1 //===-- llvm/ModuleSummaryIndex.h - Module Summary Index --------*- C++ -*-===//
12 /// hold the module index and summary for function importing.
102 /// \brief Function and variable summary information to aid decisions and
117 /// types based on global summary-based analysis.
137 /// Kind of summary for use in dyn_cast<> et al.
151 /// parsing the per-module index for creation of the combined summary index,
174 /// Initialize the original name hash in this summary.
177 /// Which kind of summary subclass this is.
195 /// Sets the linkage to the value determined by global summary-based
219 /// \brief Alias summary information
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 1 //===-- llvm/ModuleSummaryIndex.h - Module Summary Index --------*- C++ -*-===//
12 /// hold the module index and summary for function importing.
102 /// \brief Function and variable summary information to aid decisions and
117 /// types based on global summary-based analysis.
137 /// Kind of summary for use in dyn_cast<> et al.
151 /// parsing the per-module index for creation of the combined summary index,
174 /// Initialize the original name hash in this summary.
177 /// Which kind of summary subclass this is.
195 /// Sets the linkage to the value determined by global summary-based
219 /// \brief Alias summary information
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 1 //===-- llvm/ModuleSummaryIndex.h - Module Summary Index --------*- C++ -*-===//
12 /// hold the module index and summary for function importing.
102 /// \brief Function and variable summary information to aid decisions and
117 /// types based on global summary-based analysis.
137 /// Kind of summary for use in dyn_cast<> et al.
151 /// parsing the per-module index for creation of the combined summary index,
174 /// Initialize the original name hash in this summary.
177 /// Which kind of summary subclass this is.
195 /// Sets the linkage to the value determined by global summary-based
219 /// \brief Alias summary information
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 1 //===-- llvm/ModuleSummaryIndex.h - Module Summary Index --------*- C++ -*-===//
12 /// hold the module index and summary for function importing.
102 /// \brief Function and variable summary information to aid decisions and
117 /// types based on global summary-based analysis.
137 /// Kind of summary for use in dyn_cast<> et al.
151 /// parsing the per-module index for creation of the combined summary index,
174 /// Initialize the original name hash in this summary.
177 /// Which kind of summary subclass this is.
195 /// Sets the linkage to the value determined by global summary-based
219 /// \brief Alias summary information
    [all...]
  /external/llvm/include/llvm/ProfileData/
InstrProf.h 784 // In this version, profile summary data \c IndexedInstrProf::Summary is
806 // Profile summary data recorded in the profile data file in indexed
807 // format. It is introduced in version 4. The summary data follows
809 struct Summary {
838 // The number of summmary fields following the summary header.
840 // The number of Cutoff Entries (Summary::Entry) following summary fields.
844 return sizeof(Summary) + NumCutoffEntries * sizeof(Entry) +
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProf.h 845 // In this version, profile summary data \c IndexedInstrProf::Summary is
867 // Profile summary data recorded in the profile data file in indexed
868 // format. It is introduced in version 4. The summary data follows
870 struct Summary {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProf.h 845 // In this version, profile summary data \c IndexedInstrProf::Summary is
867 // Profile summary data recorded in the profile data file in indexed
868 // format. It is introduced in version 4. The summary data follows
870 struct Summary {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProf.h 845 // In this version, profile summary data \c IndexedInstrProf::Summary is
867 // Profile summary data recorded in the profile data file in indexed
868 // format. It is introduced in version 4. The summary data follows
870 struct Summary {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProf.h 845 // In this version, profile summary data \c IndexedInstrProf::Summary is
867 // Profile summary data recorded in the profile data file in indexed
868 // format. It is introduced in version 4. The summary data follows
870 struct Summary {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProf.h 845 // In this version, profile summary data \c IndexedInstrProf::Summary is
867 // Profile summary data recorded in the profile data file in indexed
868 // format. It is introduced in version 4. The summary data follows
870 struct Summary {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProf.h 845 // In this version, profile summary data \c IndexedInstrProf::Summary is
867 // Profile summary data recorded in the profile data file in indexed
868 // format. It is introduced in version 4. The summary data follows
870 struct Summary {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProf.h 845 // In this version, profile summary data \c IndexedInstrProf::Summary is
867 // Profile summary data recorded in the profile data file in indexed
868 // format. It is introduced in version 4. The summary data follows
870 struct Summary {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProf.h 845 // In this version, profile summary data \c IndexedInstrProf::Summary is
867 // Profile summary data recorded in the profile data file in indexed
868 // format. It is introduced in version 4. The summary data follows
870 struct Summary {
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 253 GlobalValueSummary *Summary,
299 /// The below iterator returns the GUID and associated summary.
318 /// Iterator on an inner global variable summary map.
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 1022 milliseconds

1 23