Home
last modified time | relevance | path

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

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