Lines Matching refs:fnName
1799 StringRef fnName) { in createARCRuntimeFunction() argument
1800 llvm::Constant *fn = CGM.CreateRuntimeFunction(type, fnName); in createARCRuntimeFunction()
1808 } else if (fnName == "objc_retain" || fnName == "objc_release") { in createARCRuntimeFunction()
1824 StringRef fnName, in emitARCValueOperation() argument
1831 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCValueOperation()
1852 StringRef fnName) { in emitARCLoadOperation() argument
1856 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCLoadOperation()
1879 StringRef fnName, in emitARCStoreOperation() argument
1888 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCStoreOperation()
1910 StringRef fnName) { in emitARCCopyOperation() argument
1918 fn = createARCRuntimeFunction(CGF.CGM, fnType, fnName); in emitARCCopyOperation()