Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h102 template <class Formatter>
103 bool IsMatch(const std::shared_ptr<Formatter> &formatter_sp) const { in IsMatch()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp872 const MIRFormatter *Formatter = nullptr; in print() local
876 Formatter = TII->getMIRFormatter(); in print()
878 if (Formatter) in print()
879 Formatter->printImm(OS, *getParent(), OpIdx, getImm()); in print()
1254 const MIRFormatter *Formatter = TII->getMIRFormatter(); in print() local
1255 Formatter->printCustomPseudoSourceValue(OS, MST, *PVal); in print()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatterBytecode.def92 // Formatter signatures.
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h2298 if (!Formatter) in getMIRFormatter()
2299 Formatter = std::make_unique<MIRFormatter>(); in getMIRFormatter()
2300 return Formatter.get(); in getMIRFormatter()
2350 mutable std::unique_ptr<MIRFormatter> Formatter;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h90 mutable std::unique_ptr<AMDGPUMIRFormatter> Formatter; variable
1498 if (!Formatter) in getMIRFormatter()
1499 Formatter = std::make_unique<AMDGPUMIRFormatter>(); in getMIRFormatter()
1500 return Formatter.get(); in getMIRFormatter()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2992 if (const auto *Formatter = TII->getMIRFormatter()) { in parseMachineOperand() local
2993 return parseTargetImmMnemonic(OpCode, OpIdx, Dest, *Formatter); in parseMachineOperand()
3269 if (const auto *Formatter = TII->getMIRFormatter()) { in parseMemoryPseudoSourceValue() local
3270 if (Formatter->parseCustomPseudoSourceValue( in parseMemoryPseudoSourceValue()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp2170 struct Formatter { struct
2171 Formatter(char *str_, const char *fmt_, size_t size_) in Formatter() function
2262 Formatter formatter(str, fmt, size); in format_buffer() argument
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2588 class Formatter : public TokenAnalyzer { class
2590 Formatter(const Environment &Env, const FormatStyle &Style, in Formatter() function in clang::format::__anon2090391b0111::Formatter
3838 Formatter(*Env, Style, Status).process().first; in reformat()
3942 return Formatter(Env, Expanded, Status).process(); in reformat()
/freebsd/contrib/googletest/docs/
H A Dadvanced.md135 #### Using a Predicate-Formatter