Lines Matching refs:fnName
1790 StringRef fnName) { in createARCRuntimeFunction() argument
1791 llvm::Constant *fn = CGM.CreateRuntimeFunction(type, fnName); in createARCRuntimeFunction()
1799 } else if (fnName == "objc_retain" || fnName == "objc_release") { in createARCRuntimeFunction()
1815 StringRef fnName, in emitARCValueOperation() argument
1822 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCValueOperation()
1843 StringRef fnName) { in emitARCLoadOperation() argument
1847 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCLoadOperation()
1871 StringRef fnName, in emitARCStoreOperation() argument
1881 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCStoreOperation()
1903 StringRef fnName) { in emitARCCopyOperation() argument
1911 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCCopyOperation()