Searched refs:CopyHelper (Results 1 – 3 of 3) sorted by relevance
53 class CopyHelper {55 CopyHelper(const T& t) : t_(t) {} in CopyHelper() function92 class CopyHelper<void*> {94 CopyHelper(void* t) : t_(t) {} in CopyHelper() function130 class CopyHelper<const wchar_t*> {132 CopyHelper(const wchar_t* t) in CopyHelper() function184 class CopyHelper<wchar_t*> : public CopyHelper<const wchar_t*> {186 typedef CopyHelper<const wchar_t*> Base;187 CopyHelper(wchar_t* t) : Base(t) {} in CopyHelper() function213 class CopyHelper<const wchar_t[n]> : public CopyHelper<const wchar_t*> {[all …]
646 llvm::Constant *CopyHelper;
1905 byrefInfo.CopyHelper = in buildByrefHelpers()2202 Builder.CreateStore(helpers->CopyHelper, copy_helper); in emitByrefStructureInit()