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.h405 class PrettyPrinter {
417 PrettyPrinter(bool V = false, bool C = true, bool CS = true)
928 class StdPrinter : public PrettyPrinter<StdPrinter, std::ostream> {};
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp671 class PrettyPrinter { class
673 virtual ~PrettyPrinter() = default;
698 PrettyPrinter PrettyPrinterInst;
700 class HexagonPrettyPrinter : public PrettyPrinter {
782 class AMDGCNPrettyPrinter : public PrettyPrinter {
835 class BPFPrettyPrinter : public PrettyPrinter {
858 class ARMPrettyPrinter : public PrettyPrinter {
912 class AArch64PrettyPrinter : public PrettyPrinter {
950 class RISCVPrettyPrinter : public PrettyPrinter {
999 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.cpp1002 public til::PrettyPrinter<TILPrinter, llvm::raw_ostream> {};