Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:buildByrefHelpers

1886 template <class T> static T *buildByrefHelpers(CodeGenModule &CGM,
1917 CodeGenFunction::buildByrefHelpers(llvm::StructType &byrefType,
1929 return ::buildByrefHelpers(CGM, byrefType, byrefValueIndex, byrefInfo);
1954 return ::buildByrefHelpers(CGM, byrefType, byrefValueIndex, byrefInfo);
1963 return ::buildByrefHelpers(CGM, byrefType, byrefValueIndex, byrefInfo);
1969 return ::buildByrefHelpers(CGM, byrefType, byrefValueIndex, byrefInfo);
1989 return ::buildByrefHelpers(CGM, byrefType, byrefValueIndex, byrefInfo);
2046 // Note that this must match *exactly* the logic in buildByrefHelpers.
2122 buildByrefHelpers(*byrefType, emission);