Home
last modified time | relevance | path

Searched refs:copyPrimitiveMemory (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.cpp2057 static void copyPrimitiveMemory(InterpState &S, const Pointer &Ptr, in copyPrimitiveMemory() function
2082 static void copyPrimitiveMemory(InterpState &S, const Pointer &Ptr) { in copyPrimitiveMemory() function
2096 copyPrimitiveMemory<T>(S, Ptr.atField(Fi.Offset)); in finishGlobalRecurse()
2098 copyPrimitiveMemory(S, Ptr.atField(Fi.Offset), Fi.Desc->getPrimType()); in finishGlobalRecurse()
2119 copyPrimitiveMemory<T>(S, EP); in finishGlobalRecurse()
2127 copyPrimitiveMemory(S, EP, PT); in finishGlobalRecurse()