Home
last modified time | relevance | path

Searched refs:HelperFn (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjC.cpp2897 llvm::Constant *HelperFn = nullptr; in GenerateObjCAtomicSetterCopyHelperFunction() local
2901 if ((HelperFn = CGM.getAtomicSetterHelperFnMap(Ty))) in GenerateObjCAtomicSetterCopyHelperFunction()
2902 return HelperFn; in GenerateObjCAtomicSetterCopyHelperFunction()
2957 HelperFn = llvm::ConstantExpr::getBitCast(Fn, VoidPtrTy); in GenerateObjCAtomicSetterCopyHelperFunction()
2958 CGM.setAtomicSetterHelperFnMap(Ty, HelperFn); in GenerateObjCAtomicSetterCopyHelperFunction()
2959 return HelperFn; in GenerateObjCAtomicSetterCopyHelperFunction()
2974 llvm::Constant *HelperFn = nullptr; in GenerateObjCAtomicGetterCopyHelperFunction() local
2979 if ((HelperFn = CGM.getAtomicGetterHelperFnMap(Ty))) in GenerateObjCAtomicGetterCopyHelperFunction()
2980 return HelperFn; in GenerateObjCAtomicGetterCopyHelperFunction()
3055 HelperFn = llvm::ConstantExpr::getBitCast(Fn, VoidPtrTy); in GenerateObjCAtomicGetterCopyHelperFunction()
[all …]