Searched refs:buildByrefHelpers (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 2523 static T *buildByrefHelpers(CodeGenModule &CGM, const BlockByrefInfo &byrefInfo, in buildByrefHelpers() function 2545 CodeGenFunction::buildByrefHelpers(llvm::StructType &byrefType, in buildByrefHelpers() function in CodeGenFunction 2565 return ::buildByrefHelpers( in buildByrefHelpers() 2569 return ::buildByrefHelpers( in buildByrefHelpers() 2576 return ::buildByrefHelpers( in buildByrefHelpers() 2598 return ::buildByrefHelpers(CGM, byrefInfo, in buildByrefHelpers() 2606 return ::buildByrefHelpers(CGM, byrefInfo, in buildByrefHelpers() 2612 return ::buildByrefHelpers(CGM, byrefInfo, in buildByrefHelpers() 2632 return ::buildByrefHelpers(CGM, byrefInfo, in buildByrefHelpers() 2785 BlockByrefHelpers *helpers = buildByrefHelpers(*byrefType, emission); in emitByrefStructureInit()
|
| H A D | CodeGenFunction.h | 5518 BlockByrefHelpers *buildByrefHelpers(llvm::StructType &byrefType,
|