Home
last modified time | relevance | path

Searched defs:prettyPrint (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Tools/mlir-lsp-server/
H A DMlirLspServerMain.cpp51 llvm::cl::opt<bool> prettyPrint{ in MlirLspServerMain() local
/llvm-project/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenLspServerMain.cpp49 llvm::cl::opt<bool> prettyPrint{ in TableGenLspServerMain() local
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DMlirPdllLspServerMain.cpp49 llvm::cl::opt<bool> prettyPrint{ in MlirPdllLspServerMain() local
/llvm-project/bolt/lib/Profile/
H A DDataReader.cpp231 void MemInfo::prettyPrint(raw_ostream &OS) const { in prettyPrint() function in llvm::bolt::MemInfo