Home
last modified time | relevance | path

Searched refs:writeRecordInText (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/ProfileData/
DInstrProfWriter.h55 static void writeRecordInText(const InstrProfRecord &Record,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProfWriter.h70 static void writeRecordInText(StringRef Name, uint64_t Hash,
/external/llvm/lib/ProfileData/
DInstrProfWriter.cpp297 void InstrProfWriter::writeRecordInText(const InstrProfRecord &Func, in writeRecordInText() function in InstrProfWriter
348 writeRecordInText(Func.second, Symtab, OS); in writeText()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp335 void InstrProfWriter::writeRecordInText(StringRef Name, uint64_t Hash, in writeRecordInText() function in InstrProfWriter
388 writeRecordInText(I.getKey(), Func.first, Func.second, Symtab, OS); in writeText()
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp355 InstrProfWriter::writeRecordInText(Func, Symtab, OS); in showInstrProfile()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp612 InstrProfWriter::writeRecordInText(Func.Name, Func.Hash, Func, Symtab, in showInstrProfile()