Searched refs:RTF (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp2011 static void setARCRuntimeFunctionLinkage(CodeGenModule &CGM, llvm::Value *RTF) { argument
2012 if (auto *F = dyn_cast<llvm::Function>(RTF)) {
2024 llvm::FunctionCallee RTF) {
2025 setARCRuntimeFunctionLinkage(CGM, RTF.getCallee());
2023 setARCRuntimeFunctionLinkage(CodeGenModule &CGM, llvm::FunctionCallee RTF) argument

Completed in 105 milliseconds