Searched refs:ResultStream (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 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() [all …]
|