Lines Matching refs:fnName
1807 StringRef fnName) { in createARCRuntimeFunction() argument
1808 llvm::Constant *fn = CGM.CreateRuntimeFunction(type, fnName); in createARCRuntimeFunction()
1816 } else if (fnName == "objc_retain" || fnName == "objc_release") { in createARCRuntimeFunction()
1832 StringRef fnName, in emitARCValueOperation() argument
1839 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCValueOperation()
1860 StringRef fnName) { in emitARCLoadOperation() argument
1864 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCLoadOperation()
1887 StringRef fnName, in emitARCStoreOperation() argument
1896 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCStoreOperation()
1918 StringRef fnName) { in emitARCCopyOperation() argument
1926 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCCopyOperation()