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.cpp145 raw_fd_ostream OSDot(Path, EC, sys::fs::OpenFlags::OF_Text); in addSaveTemps() local
148 Index.exportToDot(OSDot, GUIDPreservedSymbols); in addSaveTemps()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp1135 raw_fd_ostream OSDot(ModuleSummaryDotFile, EC, sys::fs::OpenFlags::OF_Text); in buildModuleSummaryIndex() local
1139 Index.exportToDot(OSDot, {}); in buildModuleSummaryIndex()