Searched refs:Formatter (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h63 template <class Formatter>
64 bool IsMatch(const std::shared_ptr<Formatter> &formatter_sp) const {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp786 const MIRFormatter *Formatter = nullptr; local
790 Formatter = TII->getMIRFormatter();
792 if (Formatter)
793 Formatter->printImm(OS, *getParent(), OpIdx, getImm());
1138 const MIRFormatter *Formatter = TII->getMIRFormatter(); local
1144 Formatter->printCustomPseudoSourceValue(OS, MST, *PVal);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1814 if (!Formatter.get())
1815 Formatter = std::make_unique<MIRFormatter>();
1816 return Formatter.get();
1820 mutable std::unique_ptr<MIRFormatter> Formatter; member in class:llvm::TargetInstrInfo
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp885 struct Formatter { struct
886 Formatter(char *str_, const char *fmt_, size_t size_) function in struct:Formatter
968 Formatter formatter(str, fmt, size);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2606 if (const auto *Formatter = TII->getMIRFormatter()) {
2607 return parseTargetImmMnemonic(OpCode, OpIdx, Dest, *Formatter);
2867 if (const auto *Formatter = TII->getMIRFormatter()) {
2868 if (Formatter->parseCustomPseudoSourceValue(
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1343 class Formatter : public TokenAnalyzer { class in namespace:clang::format::__anon487
1345 Formatter(const Environment &Env, const FormatStyle &Style, function in class:clang::format::__anon487::Formatter
2431 return Formatter(Env, Expanded, Status).process();

Completed in 214 milliseconds