Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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()
1225 const MIRFormatter *Formatter = TII->getMIRFormatter(); in print() local
1231 Formatter->printCustomPseudoSourceValue(OS, MST, *PVal); in print()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h2181 if (!Formatter.get()) in getMIRFormatter()
2182 Formatter = std::make_unique<MIRFormatter>(); in getMIRFormatter()
2183 return Formatter.get(); in getMIRFormatter()
2227 mutable std::unique_ptr<MIRFormatter> Formatter;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h88 mutable std::unique_ptr<AMDGPUMIRFormatter> Formatter; variable
1361 if (!Formatter.get()) in getMIRFormatter()
1362 Formatter = std::make_unique<AMDGPUMIRFormatter>(); in getMIRFormatter()
1363 return Formatter.get(); in getMIRFormatter()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp2157 struct Formatter { struct
2158 Formatter(char *str_, const char *fmt_, size_t size_) in Formatter() argument
2287 Formatter formatter(str, fmt, size); in format_buffer() argument
2467 Formatter formatter(str, fmt, size); in scan_buffer()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2983 if (const auto *Formatter = TII->getMIRFormatter()) { in parseMachineOperand() local
2984 return parseTargetImmMnemonic(OpCode, OpIdx, Dest, *Formatter); in parseMachineOperand()
3260 if (const auto *Formatter = TII->getMIRFormatter()) { in parseMemoryPseudoSourceValue() local
3261 if (Formatter->parseCustomPseudoSourceValue( in parseMemoryPseudoSourceValue()
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2386 class Formatter : public TokenAnalyzer { class
2388 Formatter(const Environment &Env, const FormatStyle &Style, in Formatter() function in clang::format::__anonc1399e510111::Formatter
3617 Formatter(*Env, Style, Status).process().first; in reformat()
3712 return Formatter(Env, Expanded, Status).process(); in reformat()
/freebsd-14.2/contrib/googletest/docs/
H A Dadvanced.md135 #### Using a Predicate-Formatter