Searched refs:buildByrefHelpers (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 1919 static T *buildByrefHelpers(CodeGenModule &CGM, const BlockByrefInfo &byrefInfo, in buildByrefHelpers() function 1941 CodeGenFunction::buildByrefHelpers(llvm::StructType &byrefType, in buildByrefHelpers() function in CodeGenFunction 1957 return ::buildByrefHelpers( in buildByrefHelpers() 1980 return ::buildByrefHelpers(CGM, byrefInfo, in buildByrefHelpers() 1988 return ::buildByrefHelpers(CGM, byrefInfo, in buildByrefHelpers() 1994 return ::buildByrefHelpers(CGM, byrefInfo, in buildByrefHelpers() 2014 return ::buildByrefHelpers(CGM, byrefInfo, in buildByrefHelpers() 2164 BlockByrefHelpers *helpers = buildByrefHelpers(*byrefType, emission); in emitByrefStructureInit()
|
D | CodeGenFunction.h | 3199 BlockByrefHelpers *buildByrefHelpers(llvm::StructType &byrefType,
|