Searched refs:buildByrefHelpers (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 2423 static T *buildByrefHelpers(CodeGenModule &CGM, const BlockByrefInfo &byrefInfo, in buildByrefHelpers() function 2445 CodeGenFunction::buildByrefHelpers(llvm::StructType &byrefType, in buildByrefHelpers() function in CodeGenFunction 2465 return ::buildByrefHelpers( in buildByrefHelpers() 2473 return ::buildByrefHelpers( in buildByrefHelpers() 2495 return ::buildByrefHelpers(CGM, byrefInfo, in buildByrefHelpers() 2503 return ::buildByrefHelpers(CGM, byrefInfo, in buildByrefHelpers() 2509 return ::buildByrefHelpers(CGM, byrefInfo, in buildByrefHelpers() 2529 return ::buildByrefHelpers(CGM, byrefInfo, in buildByrefHelpers() 2676 BlockByrefHelpers *helpers = buildByrefHelpers(*byrefType, emission); in emitByrefStructureInit()
|
| H A D | CodeGenFunction.h | 4987 BlockByrefHelpers *buildByrefHelpers(llvm::StructType &byrefType,
|