Lines Matching refs:ResultStream
753 raw_svector_ostream ResultStream(Result); in getIRFileDisplayName() local
757 write_hex(ResultStream, NameHash, HexPrintStyle::Lower, MaxHashWidth); in getIRFileDisplayName()
759 ResultStream << "-module"; in getIRFileDisplayName()
761 ResultStream << "-function-"; in getIRFileDisplayName()
763 write_hex(ResultStream, FunctionNameHash, HexPrintStyle::Lower, in getIRFileDisplayName()
766 ResultStream << "-scc-"; in getIRFileDisplayName()
768 write_hex(ResultStream, SCCNameHash, HexPrintStyle::Lower, MaxHashWidth); in getIRFileDisplayName()
770 ResultStream << "-loop-"; in getIRFileDisplayName()
772 write_hex(ResultStream, LoopNameHash, HexPrintStyle::Lower, MaxHashWidth); in getIRFileDisplayName()
774 ResultStream << "-machine-function-"; in getIRFileDisplayName()
777 write_hex(ResultStream, MachineFunctionNameHash, HexPrintStyle::Lower, in getIRFileDisplayName()