Home
last modified time | relevance | path

Searched refs:PrettyPrinter (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h399 class PrettyPrinter {
411 PrettyPrinter(bool V = false, bool C = true, bool CS = true)
922 class StdPrinter : public PrettyPrinter<StdPrinter, std::ostream> {};
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp670 class PrettyPrinter { class
672 virtual ~PrettyPrinter() = default;
725 PrettyPrinter PrettyPrinterInst;
727 class HexagonPrettyPrinter : public PrettyPrinter {
848 class AMDGCNPrettyPrinter : public PrettyPrinter {
901 class BPFPrettyPrinter : public PrettyPrinter {
924 class ARMPrettyPrinter : public PrettyPrinter {
978 class AArch64PrettyPrinter : public PrettyPrinter {
1016 class RISCVPrettyPrinter : public PrettyPrinter {
1065 PrettyPrinter &selectPrettyPrinter(Triple const &Triple) { in selectPrettyPrinter()
[all …]
/freebsd/tools/tools/shlib-compat/
H A Dshlib-compat.py162 class PrettyPrinter(object): class
1030 pp = PrettyPrinter()
1040 self.pp = PrettyPrinter()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp1019 public til::PrettyPrinter<TILPrinter, llvm::raw_ostream> {};