Searched refs:buildByrefHelpers (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGBlocks.cpp | 1898 template <class T> static T *buildByrefHelpers(CodeGenModule &CGM, in buildByrefHelpers() function 1929 CodeGenFunction::buildByrefHelpers(llvm::StructType &byrefType, in buildByrefHelpers() function in CodeGenFunction 1941 return ::buildByrefHelpers(CGM, byrefType, byrefValueIndex, byrefInfo); in buildByrefHelpers() 1966 return ::buildByrefHelpers(CGM, byrefType, byrefValueIndex, byrefInfo); in buildByrefHelpers() 1975 return ::buildByrefHelpers(CGM, byrefType, byrefValueIndex, byrefInfo); in buildByrefHelpers() 1981 return ::buildByrefHelpers(CGM, byrefType, byrefValueIndex, byrefInfo); in buildByrefHelpers() 2001 return ::buildByrefHelpers(CGM, byrefType, byrefValueIndex, byrefInfo); in buildByrefHelpers() 2137 buildByrefHelpers(*byrefType, emission); in emitByrefStructureInit()
|
| HD | CodeGenFunction.h | 3031 buildByrefHelpers(llvm::StructType &byrefType,
|