Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
DInstructionView.cpp27 MCIP.printInst(&MCI, 0, "", STI, InstrStream); in printInstructionString()
28 InstrStream.flush(); in printInstructionString()
DInstructionView.h32 mutable raw_string_ostream InstrStream; variable
38 : STI(STI), MCIP(Printer), Source(S), InstrStream(InstructionString) {} in InstructionView()