Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MethodName

146   SmallString<256> MethodName;
147 llvm::raw_svector_ostream OS(MethodName);
164 memcpy(StrPtr, MethodName.begin(), OS.tell());
913 StringRef MethodName = getFunctionName(Method);
965 DBuilder.createMethod(RecordTy, MethodName, MethodLinkageName,