Home
last modified time | relevance | path

Searched refs:printInvalidCommand (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h50 virtual void printInvalidCommand(const Request &Request,
97 void printInvalidCommand(const Request &Request, StringRef Command) override;
148 void printInvalidCommand(const Request &Request, StringRef Command) override;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp263 void PlainPrinterBase::printInvalidCommand(const Request &Request, in printInvalidCommand() function in llvm::symbolize::PlainPrinterBase
369 void JSONPrinter::printInvalidCommand(const Request &Request, in printInvalidCommand() function in llvm::symbolize::JSONPrinter
/openbsd-src/gnu/llvm/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp266 Printer.printInvalidCommand({ModuleName, std::nullopt}, InputString); in symbolizeInput()