Home
last modified time | relevance | path

Searched refs:format_object (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/MC/
DMCInstPrinter.h93 format_object<int64_t> formatImm(int64_t Value) const { in formatImm()
98 format_object<int64_t> formatDec(int64_t Value) const;
99 format_object<int64_t> formatHex(int64_t Value) const;
100 format_object<uint64_t> formatHex(uint64_t Value) const;
/external/llvm/include/llvm/Support/
DFormat.h79 class format_object final : public format_object_base {
93 format_object(const char *fmt, const Ts &... vals) in format_object() function
111 inline format_object<Ts...> format(const char *Fmt, const Ts &... Vals) { in format()
112 return format_object<Ts...>(Fmt, Vals...); in format()
/external/llvm/lib/MC/
DMCInstPrinter.cpp72 format_object<int64_t> MCInstPrinter::formatDec(int64_t Value) const { in formatDec()
76 format_object<int64_t> MCInstPrinter::formatHex(int64_t Value) const { in formatHex()
99 format_object<uint64_t> MCInstPrinter::formatHex(uint64_t Value) const { in formatHex()
/external/v8/tools/
Dgrokdump.py2267 def format_object(self, address): member in InspectionWebFormatter
2336 heap_object = self.format_object(maybe_address)