OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InstrProfWriter
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfWriter.h
1
//===-
InstrProfWriter
.h - Instrumented profiling writer --------*- C++ -*-===//
33
class
InstrProfWriter
{
48
InstrProfWriter
(bool Sparse = false, bool InstrEntryBBEnabled = false);
49
~
InstrProfWriter
();
63
void mergeRecordsFromWriter(
InstrProfWriter
&&IPW,
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfWriter.cpp
1
//===-
InstrProfWriter
.cpp - Instrumented profiling writer ----------------===//
14
#include "llvm/ProfileData/
InstrProfWriter
.h"
96
using data_type = const
InstrProfWriter
::ProfilingData *const;
97
using data_type_ref = const
InstrProfWriter
::ProfilingData *const;
168
InstrProfWriter
::
InstrProfWriter
(bool Sparse, bool InstrEntryBBEnabled)
172
InstrProfWriter
::~
InstrProfWriter
() { delete InfoObj; }
175
void
InstrProfWriter
::setValueProfDataEndianness(
180
void
InstrProfWriter
::setOutputSparse(bool Sparse)
[
all
...]
Completed in 40 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026