HomeSort by relevance Sort by last modified time
    Searched refs:InstrProfWriter (Results 1 - 11 of 11) 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/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...]
  /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/llvm/tools/llvm-profdata/
llvm-profdata.cpp 19 #include "llvm/ProfileData/InstrProfWriter.h"
134 InstrProfWriter Writer(OutputSparse);
355 InstrProfWriter::writeRecordInText(Func, Symtab, OS);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/
llvm-profdata.cpp 19 #include "llvm/ProfileData/InstrProfWriter.h"
135 InstrProfWriter Writer;
316 InstrProfWriter &Writer = Contexts[0]->Writer;
612 InstrProfWriter::writeRecordInText(Func.Name, Func.Hash, Func, Symtab,
  /external/llvm/unittests/ProfileData/
CoverageMappingTest.cpp 14 #include "llvm/ProfileData/InstrProfWriter.h"
105 InstrProfWriter ProfileWriter;
InstrProfTest.cpp 15 #include "llvm/ProfileData/InstrProfWriter.h"
45 InstrProfWriter Writer;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
InstrProfTest.cpp 15 #include "llvm/ProfileData/InstrProfWriter.h"
40 InstrProfWriter Writer;
203 InstrProfWriter Writer2;
    [all...]
CoverageMappingTest.cpp 14 #include "llvm/ProfileData/InstrProfWriter.h"
136 InstrProfWriter ProfileWriter;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/
Android.mk 554 llvm/lib/ProfileData/InstrProfWriter.cpp \
    [all...]

Completed in 364 milliseconds