Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DInstructionView.cpp24 MCIP.printInst(&MCI, 0, "", STI, InstrStream); in printInstructionString()
25 InstrStream.flush(); in printInstructionString()
H A DInstructionView.h34 mutable raw_string_ostream InstrStream; variable
43 InstrStream(InstructionString) {} in STI()