Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp147 raw_fd_ostream OSDot(Path, EC, sys::fs::OpenFlags::OF_None); in addSaveTemps() local
150 Index.exportToDot(OSDot, GUIDPreservedSymbols); in addSaveTemps()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp828 raw_fd_ostream OSDot(ModuleSummaryDotFile, EC, sys::fs::OpenFlags::OF_None); in buildModuleSummaryIndex() local
832 Index.exportToDot(OSDot, {}); in buildModuleSummaryIndex()