Home
last modified time | relevance | path

Searched refs:Formatter (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
DFormatClasses.h61 template <class Formatter>
62 bool IsMatch(const std::shared_ptr<Formatter> &formatter_sp) const { in IsMatch()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineOperand.cpp806 const MIRFormatter *Formatter = nullptr; in print() local
810 Formatter = TII->getMIRFormatter(); in print()
812 if (Formatter) in print()
813 Formatter->printImm(OS, *getParent(), OpIdx, getImm()); in print()
1165 const MIRFormatter *Formatter = TII->getMIRFormatter(); in print() local
1171 Formatter->printCustomPseudoSourceValue(OS, MST, *PVal); in print()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1979 if (!Formatter.get()) in getMIRFormatter()
1980 Formatter = std::make_unique<MIRFormatter>(); in getMIRFormatter()
1981 return Formatter.get(); in getMIRFormatter()
1997 mutable std::unique_ptr<MIRFormatter> Formatter;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h43 mutable std::unique_ptr<AMDGPUMIRFormatter> Formatter; variable
1116 if (!Formatter.get()) in getMIRFormatter()
1117 Formatter = std::make_unique<AMDGPUMIRFormatter>(); in getMIRFormatter()
1118 return Formatter.get(); in getMIRFormatter()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2828 if (const auto *Formatter = TII->getMIRFormatter()) { in parseMachineOperand() local
2829 return parseTargetImmMnemonic(OpCode, OpIdx, Dest, *Formatter); in parseMachineOperand()
3092 if (const auto *Formatter = TII->getMIRFormatter()) { in parseMemoryPseudoSourceValue() local
3093 if (Formatter->parseCustomPseudoSourceValue( in parseMemoryPseudoSourceValue()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DFormat.cpp1668 class Formatter : public TokenAnalyzer { class
1670 Formatter(const Environment &Env, const FormatStyle &Style, in Formatter() function in clang::format::__anonf93d43330111::Formatter
2840 Formatter(*Env, Style, Status).process().first; in reformat()
2875 return Formatter(Env, Expanded, Status).process(); in reformat()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
Ddfsan_custom.cpp2150 struct Formatter { struct
2151 Formatter(char *str_, const char *fmt_, size_t size_) in Formatter() function
2234 Formatter formatter(str, fmt, size); in format_buffer() argument
/freebsd-12-stable/contrib/googletest/googletest/docs/
Dadvanced.md248 #### Using a Predicate-Formatter