Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp146 raw_fd_ostream OSDot(Path, EC, sys::fs::OpenFlags::OF_None); in addSaveTemps() local
149 Index.exportToDot(OSDot, GUIDPreservedSymbols); in addSaveTemps()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp1009 raw_fd_ostream OSDot(ModuleSummaryDotFile, EC, sys::fs::OpenFlags::OF_None); in buildModuleSummaryIndex() local
1013 Index.exportToDot(OSDot, {}); in buildModuleSummaryIndex()