HomeSort by relevance Sort by last modified time
    Searched defs:InstrProfWriter (Results 1 - 2 of 2) 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/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...]

Completed in 63 milliseconds