Searched defs:buildByrefHelpers (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGBlocks.cpp1703 template <class T> static T *buildByrefHelpers(CodeGenModule &CGM, function
1728 CodeGenFunction::buildByrefHelpers(llvm::StructType &byrefType, function in class:CodeGenFunction
1738 return ::buildByrefHelpers(CGM, byrefType, byrefInfo);
1763 return ::buildByrefHelpers(CGM, byrefType, byrefInfo);
1772 return ::buildByrefHelpers(CGM, byrefType, byrefInfo);
1778 return ::buildByrefHelpers(CGM, byrefType, byrefInfo);
1798 return ::buildByrefHelpers(CGM, byrefType, byrefInfo);
1920 buildByrefHelpers(*byrefType, emission);

Completed in 26 milliseconds