HomeSort by relevance Sort by last modified time
    Searched defs:InstrProfWriter (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/ProfileData/
InstrProfWriter.h 1 //=-- InstrProfWriter.h - Instrumented profiling writer -----------*- C++ -*-=//
30 class InstrProfWriter {
43 InstrProfWriter(bool Sparse = false);
44 ~InstrProfWriter();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
InstrProfWriter.h 1 //===- InstrProfWriter.h - Instrumented profiling writer --------*- C++ -*-===//
34 class InstrProfWriter {
47 InstrProfWriter(bool Sparse = false);
48 ~InstrProfWriter();
60 void mergeRecordsFromWriter(InstrProfWriter &&IPW,
  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 1 //=-- InstrProfWriter.cpp - Instrumented profiling writer -------------------=//
15 #include "llvm/ProfileData/InstrProfWriter.h"
80 typedef const InstrProfWriter::ProfilingData *const data_type;
81 typedef const InstrProfWriter::ProfilingData *const data_type_ref;
144 InstrProfWriter::InstrProfWriter(bool Sparse)
148 InstrProfWriter::~InstrProfWriter() { delete InfoObj; }
151 void InstrProfWriter::setValueProfDataEndianness(
155 void InstrProfWriter::setOutputSparse(bool Sparse)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
InstrProfWriter.cpp 1 //===- InstrProfWriter.cpp - Instrumented profiling writer ----------------===//
15 #include "llvm/ProfileData/InstrProfWriter.h"
97 using data_type = const InstrProfWriter::ProfilingData *const;
98 using data_type_ref = const InstrProfWriter::ProfilingData *const;
165 InstrProfWriter::InstrProfWriter(bool Sparse)
168 InstrProfWriter::~InstrProfWriter() { delete InfoObj; }
171 void InstrProfWriter::setValueProfDataEndianness(
176 void InstrProfWriter::setOutputSparse(bool Sparse)
    [all...]

Completed in 94 milliseconds