Home
last modified time | relevance | path

Searched refs:format_object (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCInstPrinter.h104 format_object<int64_t> formatImm(int64_t Value) const { in formatImm()
109 format_object<int64_t> formatDec(int64_t Value) const;
110 format_object<int64_t> formatHex(int64_t Value) const;
111 format_object<uint64_t> formatHex(uint64_t Value) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFormat.h90 class format_object final : public format_object_base {
104 format_object(const char *fmt, const Ts &... vals) in format_object() function in llvm::final
116 /// format_object class to simplify their construction.
124 inline format_object<Ts...> format(const char *Fmt, const Ts &... Vals) { in format()
125 return format_object<Ts...>(Fmt, Vals...); in format()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormat.h90 class format_object final : public format_object_base {
104 format_object(const char *fmt, const Ts &... vals) in format_object() function in llvm::final
116 /// format_object class to simplify their construction.
124 inline format_object<Ts...> format(const char *Fmt, const Ts &... Vals) { in format()
125 return format_object<Ts...>(Fmt, Vals...); in format()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCInstPrinter.cpp171 format_object<int64_t> MCInstPrinter::formatDec(int64_t Value) const {
175 format_object<int64_t> MCInstPrinter::formatHex(int64_t Value) const {
199 format_object<uint64_t> MCInstPrinter::formatHex(uint64_t Value) const {
/third_party/node/deps/v8/tools/
H A Dgrokdump.py2945 def format_object(self, address): member in InspectionWebFormatter
3027 heap_object = self.format_object(maybe_address)

Completed in 7 milliseconds