Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DGraphWriter.cpp190 bool llvm::DisplayGraph(StringRef FilenameRef, bool wait, in DisplayGraph() argument
192 std::string Filename = std::string(FilenameRef); in DisplayGraph()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2055 if (std::optional<StringRef> FilenameRef = RS.getFilename()) { in emitRemarksSection() local
2056 Filename = *FilenameRef; in emitRemarksSection()