Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.cpp2466 static T *buildByrefHelpers(CodeGenModule &CGM, const BlockByrefInfo &byrefInfo, in buildByrefHelpers() function
2488 CodeGenFunction::buildByrefHelpers(llvm::StructType &byrefType, in buildByrefHelpers() function in CodeGenFunction
2508 return ::buildByrefHelpers( in buildByrefHelpers()
2516 return ::buildByrefHelpers( in buildByrefHelpers()
2538 return ::buildByrefHelpers(CGM, byrefInfo, in buildByrefHelpers()
2546 return ::buildByrefHelpers(CGM, byrefInfo, in buildByrefHelpers()
2552 return ::buildByrefHelpers(CGM, byrefInfo, in buildByrefHelpers()
2572 return ::buildByrefHelpers(CGM, byrefInfo, in buildByrefHelpers()
2719 BlockByrefHelpers *helpers = buildByrefHelpers(*byrefType, emission); in emitByrefStructureInit()
H A DCodeGenFunction.h4803 BlockByrefHelpers *buildByrefHelpers(llvm::StructType &byrefType,