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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2584 static T *buildByrefHelpers(CodeGenModule &CGM, const BlockByrefInfo &byrefInfo, function
2606 CodeGenFunction::buildByrefHelpers(llvm::StructType &byrefType, function in class:CodeGenFunction
2626 return ::buildByrefHelpers(
2634 return ::buildByrefHelpers(
2656 return ::buildByrefHelpers(CGM, byrefInfo,
2664 return ::buildByrefHelpers(CGM, byrefInfo,
2670 return ::buildByrefHelpers(CGM, byrefInfo,
2690 return ::buildByrefHelpers(CGM, byrefInfo,
2759 // Note that this must match *exactly* the logic in buildByrefHelpers.
2837 BlockByrefHelpers *helpers = buildByrefHelpers(*byrefTyp
[all...]
H A DCodeGenFunction.h4378 BlockByrefHelpers *buildByrefHelpers(llvm::StructType &byrefType,

Completed in 91 milliseconds