Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp705 raw_svector_ostream ResultStream(Result); in getIRFileDisplayName() local
709 write_hex(ResultStream, NameHash, HexPrintStyle::Lower, MaxHashWidth); in getIRFileDisplayName()
711 ResultStream << "-module"; in getIRFileDisplayName()
713 ResultStream << "-function-"; in getIRFileDisplayName()
715 write_hex(ResultStream, FunctionNameHash, HexPrintStyle::Lower, in getIRFileDisplayName()
718 ResultStream << "-scc-"; in getIRFileDisplayName()
720 write_hex(ResultStream, SCCNameHash, HexPrintStyle::Lower, MaxHashWidth); in getIRFileDisplayName()
722 ResultStream << "-loop-"; in getIRFileDisplayName()
724 write_hex(ResultStream, LoopNameHash, HexPrintStyle::Lower, MaxHashWidth); in getIRFileDisplayName()