Home
last modified time | relevance | path

Searched refs:writeTextTemporalProfTraceData (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h138 void writeTextTemporalProfTraceData(raw_fd_ostream &OS,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp1135 writeTextTemporalProfTraceData(OS, Symtab); in writeText()
1157 void InstrProfWriter::writeTextTemporalProfTraceData(raw_fd_ostream &OS, in writeTextTemporalProfTraceData() function in InstrProfWriter