Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FunctionName

50   const char *FunctionName;
57 : CGM(nullptr), FunctionName(nullptr), Function(nullptr) {}
65 FunctionName = name;
80 if (!FunctionName) return nullptr;
86 cast<llvm::Constant>(CGM->CreateRuntimeFunction(FTy, FunctionName));
2593 std::string FunctionName = SymbolNameForMethod(ClassName, CategoryName,
2599 FunctionName,