Searched defs:InstrProfWriter (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h1 //=-- InstrProfWriter.h - Instrumented profiling writer -----------*- C++ -*-=//
30 class InstrProfWriter { class in namespace:llvm
43 InstrProfWriter(bool Sparse = false);
44 ~InstrProfWriter();
/external/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp1 //=-- 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) function in class:InstrProfWriter
148 InstrProfWriter::~InstrProfWriter() { delete InfoObj; }
151 void InstrProfWriter::setValueProfDataEndianness(
155 void InstrProfWriter
[all...]

Completed in 877 milliseconds