Searched refs:WithAlloc (Results 1 – 2 of 2) sorted by relevance
530 if (!LookupInterface(ValuePrintingInfo[WithAlloc], in FindRuntimeInterface()531 MagicRuntimeInterface[WithAlloc])) in FindRuntimeInterface()584 case Interpreter::InterfaceKind::WithAlloc: in getCall()589 Interp.getValuePrintingInfo()[Interpreter::InterfaceKind::WithAlloc], in getCall()645 return Interpreter::InterfaceKind::WithAlloc; in VisitRecordType()650 return Interpreter::InterfaceKind::WithAlloc; in VisitMemberPointerType()
132 enum InterfaceKind { NoAlloc, WithAlloc, CopyArray, NewTag }; enumerator