Home | History | Annotate | Download | only in macho-dump

Lines Matching refs:Twine

16 #include "llvm/ADT/Twine.h"
37 static void Message(const char *Type, const Twine &Msg) {
41 static int Error(const Twine &Msg) {
46 static void Warning(const Twine &Msg) {
101 Res = Error("unable to read relocation table entry '" + Twine(i) + "'");
146 Res = Error("unable to read section '" + Twine(i) + "'");
182 Res = Error("unable to read section '" + Twine(i) + "'");
242 Res = Error("unable to read symbol: '" + Twine(i) + "'");
252 Res = Error("unable to read symbol: '" + Twine(i) + "'");
422 Warning("unknown load command: " + Twine(LCI.Command.Type));