Searched refs:ProfOStream (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | IndexedMemProfData.cpp | 25 static void writeMemProfSchema(ProfOStream &OS, in writeMemProfSchema() 34 ProfOStream &OS, in writeMemProfRecords() 59 ProfOStream &OS, in writeMemProfFrames() 77 ProfOStream &OS, in writeMemProfFrameArray() 131 ProfOStream &OS, in writeMemProfCallStacks() 146 ProfOStream &OS, in writeMemProfCallStackArray() 185 static Error writeMemProfV2(ProfOStream &OS, in writeMemProfV2() 221 ProfOStream &OS, memprof::IndexedMemProfData &MemProfData, in writeMemProfRadixTreeBased() 294 static Error writeMemProfV3(ProfOStream &OS, in writeMemProfV3() 303 ProfOStream &OS, memprof::IndexedMemProfData &MemProfData, in writeMemProfV4() [all …]
|
| H A D | InstrProfWriter.cpp | 456 ProfOStream &OS) { in writeHeader() 475 Error InstrProfWriter::writeBinaryIds(ProfOStream &OS) { in writeBinaryIds() 514 Error InstrProfWriter::writeVTableNames(ProfOStream &OS) { in writeVTableNames() 545 Error InstrProfWriter::writeImpl(ProfOStream &OS) { in writeImpl() 696 ProfOStream POS(OS); in write() 701 ProfOStream POS(OS); in write()
|
| H A D | InstrProf.cpp | 263 ProfOStream::ProfOStream(raw_fd_ostream &FD) in ProfOStream() function in llvm::ProfOStream 266 ProfOStream::ProfOStream(raw_string_ostream &STR) in ProfOStream() function in llvm::ProfOStream 269 uint64_t ProfOStream::tell() const { return OS.tell(); } in tell() 270 void ProfOStream::write(uint64_t V) { LE.write<uint64_t>(V); } in write() 271 void ProfOStream::write32(uint32_t V) { LE.write<uint32_t>(V); } in write32() 272 void ProfOStream::writeByte(uint8_t V) { LE.write<uint8_t>(V); } in writeByte() 274 void ProfOStream::patch(ArrayRef<PatchItem> P) { in patch()
|
| H A D | MemProfSummary.cpp | 30 void MemProfSummary::write(ProfOStream &OS) const { in write()
|
| H A D | DataAccessProf.cpp | 136 Error DataAccessProfData::serializeSymbolsAndFilenames(ProfOStream &OS) const { in serializeSymbolsAndFilenames() 177 Error DataAccessProfData::serialize(ProfOStream &OS) const { in serialize()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfWriter.h | 36 class ProfOStream; variable 247 Error writeImpl(ProfOStream &OS); 253 const bool WritePrevVersion, ProfOStream &OS); 256 Error writeBinaryIds(ProfOStream &OS); 259 Error writeVTableNames(ProfOStream &OS);
|
| H A D | DataAccessProf.h | 142 LLVM_ABI Error serialize(ProfOStream &OS) const; 191 Error serializeSymbolsAndFilenames(ProfOStream &OS) const;
|
| H A D | MemProfSummary.h | 52 LLVM_ABI void write(ProfOStream &OS) const;
|
| H A D | IndexedMemProfData.h | 92 ProfOStream &OS, memprof::IndexedMemProfData &MemProfData,
|
| H A D | InstrProf.h | 70 class ProfOStream { 72 LLVM_ABI ProfOStream(raw_fd_ostream &FD); 73 LLVM_ABI ProfOStream(raw_string_ostream &STR);
|