Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h405 class PrettyPrinter {
417 PrettyPrinter(bool V = false, bool C = true, bool CS = true)
928 class StdPrinter : public PrettyPrinter<StdPrinter, std::ostream> {};
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp555 class PrettyPrinter { class
557 virtual ~PrettyPrinter() = default;
582 PrettyPrinter PrettyPrinterInst;
584 class HexagonPrettyPrinter : public PrettyPrinter {
666 class AMDGCNPrettyPrinter : public PrettyPrinter {
719 class BPFPrettyPrinter : public PrettyPrinter {
742 class ARMPrettyPrinter : public PrettyPrinter {
796 class AArch64PrettyPrinter : public PrettyPrinter {
834 PrettyPrinter &selectPrettyPrinter(Triple const &Triple) { in selectPrettyPrinter()
865 PrettyPrinter *Printer;
/freebsd-14.2/tools/tools/shlib-compat/
H A Dshlib-compat.py162 class PrettyPrinter(object): class
1030 pp = PrettyPrinter()
1040 self.pp = PrettyPrinter()