Searched refs:buildByrefHelpers (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 1921 static T *buildByrefHelpers(CodeGenModule &CGM, const BlockByrefInfo &byrefInfo, in buildByrefHelpers() function 1943 CodeGenFunction::buildByrefHelpers(llvm::StructType &byrefType, in buildByrefHelpers() function in CodeGenFunction 1959 return ::buildByrefHelpers( in buildByrefHelpers() 1982 return ::buildByrefHelpers(CGM, byrefInfo, in buildByrefHelpers() 1990 return ::buildByrefHelpers(CGM, byrefInfo, in buildByrefHelpers() 1996 return ::buildByrefHelpers(CGM, byrefInfo, in buildByrefHelpers() 2016 return ::buildByrefHelpers(CGM, byrefInfo, in buildByrefHelpers() 2166 BlockByrefHelpers *helpers = buildByrefHelpers(*byrefType, emission); in emitByrefStructureInit()
|
D | CodeGenFunction.h | 3399 BlockByrefHelpers *buildByrefHelpers(llvm::StructType &byrefType,
|