Searched refs:FilenameRef (Results 1 – 5 of 5) sorted by relevance
148 bool llvm::DisplayGraph(StringRef FilenameRef, bool wait, in DisplayGraph() argument150 std::string Filename = FilenameRef; in DisplayGraph()
173 bool llvm::DisplayGraph(StringRef FilenameRef, bool wait, in DisplayGraph() argument175 std::string Filename = std::string(FilenameRef); in DisplayGraph()
135 bool llvm::DisplayGraph(StringRef FilenameRef, bool wait, in DisplayGraph() argument137 std::string Filename = FilenameRef; in DisplayGraph()
1394 if (Optional<StringRef> FilenameRef = RS.getFilename()) { in emitRemarksSection() local1395 Filename = *FilenameRef; in emitRemarksSection()
1561 if (Optional<StringRef> FilenameRef = RS.getFilename()) { in emitRemarksSection() local1562 Filename = *FilenameRef; in emitRemarksSection()