Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2423 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 DCodeGenFunction.h4987 BlockByrefHelpers *buildByrefHelpers(llvm::StructType &byrefType,