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

  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Timer.h 171 struct PrintRecord {
176 PrintRecord(const PrintRecord &Other) = default;
177 PrintRecord(const TimeRecord &Time, const std::string &Name,
181 bool operator <(const PrintRecord &Other) const {
188 std::vector<PrintRecord> TimersToPrint;
221 void printJSONValue(raw_ostream &OS, const PrintRecord &R,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Timer.h 171 struct PrintRecord {
176 PrintRecord(const PrintRecord &Other) = default;
177 PrintRecord(const TimeRecord &Time, const std::string &Name,
181 bool operator <(const PrintRecord &Other) const {
188 std::vector<PrintRecord> TimersToPrint;
224 void printJSONValue(raw_ostream &OS, const PrintRecord &R,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Timer.h 171 struct PrintRecord {
176 PrintRecord(const PrintRecord &Other) = default;
177 PrintRecord(const TimeRecord &Time, const std::string &Name,
181 bool operator <(const PrintRecord &Other) const {
188 std::vector<PrintRecord> TimersToPrint;
224 void printJSONValue(raw_ostream &OS, const PrintRecord &R,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Timer.h 171 struct PrintRecord {
176 PrintRecord(const PrintRecord &Other) = default;
177 PrintRecord(const TimeRecord &Time, const std::string &Name,
181 bool operator <(const PrintRecord &Other) const {
188 std::vector<PrintRecord> TimersToPrint;
224 void printJSONValue(raw_ostream &OS, const PrintRecord &R,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Timer.h 171 struct PrintRecord {
176 PrintRecord(const PrintRecord &Other) = default;
177 PrintRecord(const TimeRecord &Time, const std::string &Name,
181 bool operator <(const PrintRecord &Other) const {
188 std::vector<PrintRecord> TimersToPrint;
224 void printJSONValue(raw_ostream &OS, const PrintRecord &R,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Timer.h 171 struct PrintRecord {
176 PrintRecord(const PrintRecord &Other) = default;
177 PrintRecord(const TimeRecord &Time, const std::string &Name,
181 bool operator <(const PrintRecord &Other) const {
188 std::vector<PrintRecord> TimersToPrint;
224 void printJSONValue(raw_ostream &OS, const PrintRecord &R,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Timer.h 171 struct PrintRecord {
176 PrintRecord(const PrintRecord &Other) = default;
177 PrintRecord(const TimeRecord &Time, const std::string &Name,
181 bool operator <(const PrintRecord &Other) const {
188 std::vector<PrintRecord> TimersToPrint;
224 void printJSONValue(raw_ostream &OS, const PrintRecord &R,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Timer.h 171 struct PrintRecord {
176 PrintRecord(const PrintRecord &Other) = default;
177 PrintRecord(const TimeRecord &Time, const std::string &Name,
181 bool operator <(const PrintRecord &Other) const {
188 std::vector<PrintRecord> TimersToPrint;
224 void printJSONValue(raw_ostream &OS, const PrintRecord &R,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Timer.h 171 struct PrintRecord {
176 PrintRecord(const PrintRecord &Other) = default;
177 PrintRecord(const TimeRecord &Time, const std::string &Name,
181 bool operator <(const PrintRecord &Other) const {
188 std::vector<PrintRecord> TimersToPrint;
224 void printJSONValue(raw_ostream &OS, const PrintRecord &R,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Timer.h 171 struct PrintRecord {
176 PrintRecord(const PrintRecord &Other) = default;
177 PrintRecord(const TimeRecord &Time, const std::string &Name,
181 bool operator <(const PrintRecord &Other) const {
188 std::vector<PrintRecord> TimersToPrint;
224 void printJSONValue(raw_ostream &OS, const PrintRecord &R,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Timer.h 171 struct PrintRecord {
176 PrintRecord(const PrintRecord &Other) = default;
177 PrintRecord(const TimeRecord &Time, const std::string &Name,
181 bool operator <(const PrintRecord &Other) const {
188 std::vector<PrintRecord> TimersToPrint;
224 void printJSONValue(raw_ostream &OS, const PrintRecord &R,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Timer.h 171 struct PrintRecord {
176 PrintRecord(const PrintRecord &Other) = default;
177 PrintRecord(const TimeRecord &Time, const std::string &Name,
181 bool operator <(const PrintRecord &Other) const {
188 std::vector<PrintRecord> TimersToPrint;
224 void printJSONValue(raw_ostream &OS, const PrintRecord &R,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Timer.h 171 struct PrintRecord {
176 PrintRecord(const PrintRecord &Other) = default;
177 PrintRecord(const TimeRecord &Time, const std::string &Name,
181 bool operator <(const PrintRecord &Other) const {
188 std::vector<PrintRecord> TimersToPrint;
224 void printJSONValue(raw_ostream &OS, const PrintRecord &R,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Timer.h 171 struct PrintRecord {
176 PrintRecord(const PrintRecord &Other) = default;
177 PrintRecord(const TimeRecord &Time, const std::string &Name,
181 bool operator <(const PrintRecord &Other) const {
188 std::vector<PrintRecord> TimersToPrint;
224 void printJSONValue(raw_ostream &OS, const PrintRecord &R,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Timer.h 171 struct PrintRecord {
176 PrintRecord(const PrintRecord &Other) = default;
177 PrintRecord(const TimeRecord &Time, const std::string &Name,
181 bool operator <(const PrintRecord &Other) const {
188 std::vector<PrintRecord> TimersToPrint;
224 void printJSONValue(raw_ostream &OS, const PrintRecord &R,
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Timer.cpp 298 for (const PrintRecord &Record : TimersToPrint)
329 for (const PrintRecord &Record : make_range(TimersToPrint.rbegin(),
371 void TimerGroup::printJSONValue(raw_ostream &OS, const PrintRecord &R,
380 for (const PrintRecord &R : TimersToPrint) {

Completed in 463 milliseconds