Searched refs:buildByrefHelpers (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 2440 static T *buildByrefHelpers(CodeGenModule &CGM, const BlockByrefInfo &byrefInfo, in buildByrefHelpers() function 2462 CodeGenFunction::buildByrefHelpers(llvm::StructType &byrefType, in buildByrefHelpers() function in CodeGenFunction 2482 return ::buildByrefHelpers( in buildByrefHelpers() 2490 return ::buildByrefHelpers( in buildByrefHelpers() 2512 return ::buildByrefHelpers(CGM, byrefInfo, in buildByrefHelpers() 2520 return ::buildByrefHelpers(CGM, byrefInfo, in buildByrefHelpers() 2526 return ::buildByrefHelpers(CGM, byrefInfo, in buildByrefHelpers() 2546 return ::buildByrefHelpers(CGM, byrefInfo, in buildByrefHelpers() 2693 BlockByrefHelpers *helpers = buildByrefHelpers(*byrefType, emission); in emitByrefStructureInit()
|
H A D | CodeGenFunction.h | 5325 BlockByrefHelpers *buildByrefHelpers(llvm::StructType &byrefType,
|