Home
last modified time | relevance | path

Searched refs:InstrProfWriter (Results 1 – 5 of 5) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h29 class InstrProfWriter {
36 InstrProfWriter() : MaxFunctionCount(0) {} in InstrProfWriter() function
/minix/external/bsd/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp29 typedef const InstrProfWriter::CounterData *const data_type;
30 typedef const InstrProfWriter::CounterData *const data_type_ref;
75 InstrProfWriter::addFunctionCounts(StringRef FunctionName, in addFunctionCounts()
109 void InstrProfWriter::write(raw_fd_ostream &OS) { in write()
H A DCMakeLists.txt4 InstrProfWriter.cpp
/minix/external/bsd/llvm/lib/libLLVMProfileData/
H A DMakefile14 InstrProfWriter.cpp \
/minix/external/bsd/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp50 InstrProfWriter Writer; in mergeInstrProfile()