Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h99 template <class Formatter>
100 bool IsMatch(const std::shared_ptr<Formatter> &formatter_sp) const { in IsMatch()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp860 const MIRFormatter *Formatter = nullptr; in print() local
864 Formatter = TII->getMIRFormatter(); in print()
866 if (Formatter) in print()
867 Formatter->printImm(OS, *getParent(), OpIdx, getImm()); in print()
1228 const MIRFormatter *Formatter = TII->getMIRFormatter(); in print() local
1234 Formatter->printCustomPseudoSourceValue(OS, MST, *PVal); in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h2217 if (!Formatter) in getMIRFormatter()
2218 Formatter = std::make_unique<MIRFormatter>(); in getMIRFormatter()
2219 return Formatter.get(); in getMIRFormatter()
2278 mutable std::unique_ptr<MIRFormatter> Formatter;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h88 mutable std::unique_ptr<AMDGPUMIRFormatter> Formatter; variable
1434 if (!Formatter) in getMIRFormatter()
1435 Formatter = std::make_unique<AMDGPUMIRFormatter>(); in getMIRFormatter()
1436 return Formatter.get(); in getMIRFormatter()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2959 if (const auto *Formatter = TII->getMIRFormatter()) { in parseMachineOperand() local
2960 return parseTargetImmMnemonic(OpCode, OpIdx, Dest, *Formatter); in parseMachineOperand()
3236 if (const auto *Formatter = TII->getMIRFormatter()) { in parseMemoryPseudoSourceValue() local
3237 if (Formatter->parseCustomPseudoSourceValue( in parseMemoryPseudoSourceValue()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp2167 struct Formatter { struct
2168 Formatter(char *str_, const char *fmt_, size_t size_) in Formatter() function
2259 Formatter formatter(str, fmt, size); in format_buffer() argument
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2419 class Formatter : public TokenAnalyzer { class
2421 Formatter(const Environment &Env, const FormatStyle &Style, in Formatter() function in clang::format::__anon2090391b0111::Formatter
3659 Formatter(*Env, Style, Status).process().first; in reformat()
3754 return Formatter(Env, Expanded, Status).process(); in reformat()
/freebsd/contrib/googletest/docs/
H A Dadvanced.md135 #### Using a Predicate-Formatter