Home | History | Annotate | Download | only in llvm-objdump

Lines Matching refs:getBytesInAddress

853   StringRef Fmt = Obj->getBytesInAddress() > 4 ? "\t\t%016" PRIx64 ":  " :
1154 StringRef Fmt = Obj->getBytesInAddress() > 4 ? "%016" PRIx64 :
1292 const char *Fmt = o->getBytesInAddress() > 4 ? "%016" PRIx64 :