Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FunctionName

2044     std::string FunctionName;
2048 FunctionName = FnName.str();
2052 FunctionName = PredefinedExpr::ComputeName(IdentType, CurDecl);
2054 FunctionName = PredefinedExpr::ComputeName(IdentType, CurDecl);
2056 FunctionName.size() &&
2064 getContext().getTypeSizeInChars(ElemType).getQuantity(), FunctionName,
2071 C = CGM.GetAddrOfConstantCString(FunctionName, GVName.c_str(), 1);
2240 std::string FunctionName = ("__ubsan_handle_" + CheckName +
2243 FnType, FunctionName,