Home | History | Annotate | Download | only in CodeGen

Lines Matching full:tell

151   char *StrPtr = DebugInfoNames.Allocate<char>(OS.tell());
152 memcpy(StrPtr, MethodName.begin(), OS.tell());
153 return StringRef(StrPtr, OS.tell());