Lines Matching refs:entry

2315 	// the specification may point to a member entry rather than
2316 // a variable entry
2848 DebugInfoEntry* entry = NULL;
2852 entry = new(std::nothrow) DIEArrayType;
2855 entry = new(std::nothrow) DIEClassType;
2858 entry = new(std::nothrow) DIEEntryPoint;
2861 entry = new(std::nothrow) DIEEnumerationType;
2864 entry = new(std::nothrow) DIEFormalParameter;
2867 entry = new(std::nothrow) DIEImportedDeclaration;
2870 entry = new(std::nothrow) DIELabel;
2873 entry = new(std::nothrow) DIELexicalBlock;
2876 entry = new(std::nothrow) DIEMember;
2879 entry = new(std::nothrow) DIEPointerType;
2882 entry = new(std::nothrow) DIEReferenceType;
2885 entry = new(std::nothrow) DIECompileUnit;
2888 entry = new(std::nothrow) DIEStringType;
2891 entry = new(std::nothrow) DIEStructureType;
2894 entry = new(std::nothrow) DIESubroutineType;
2897 entry = new(std::nothrow) DIETypedef;
2900 entry = new(std::nothrow) DIEUnionType;
2903 entry = new(std::nothrow) DIEUnspecifiedParameters;
2906 entry = new(std::nothrow) DIEVariant;
2909 entry = new(std::nothrow) DIECommonBlock;
2912 entry = new(std::nothrow) DIECommonInclusion;
2915 entry = new(std::nothrow) DIEInheritance;
2918 entry = new(std::nothrow) DIEInlinedSubroutine;
2921 entry = new(std::nothrow) DIEModule;
2924 entry = new(std::nothrow) DIEPointerToMemberType;
2927 entry = new(std::nothrow) DIESetType;
2930 entry = new(std::nothrow) DIESubrangeType;
2933 entry = new(std::nothrow) DIEWithStatement;
2936 entry = new(std::nothrow) DIEAccessDeclaration;
2939 entry = new(std::nothrow) DIEBaseType;
2942 entry = new(std::nothrow) DIECatchBlock;
2945 entry = new(std::nothrow) DIEConstType;
2948 entry = new(std::nothrow) DIEConstant;
2951 entry = new(std::nothrow) DIEEnumerator;
2954 entry = new(std::nothrow) DIEFileType;
2957 entry = new(std::nothrow) DIEFriend;
2960 entry = new(std::nothrow) DIENameList;
2963 entry = new(std::nothrow) DIENameListItem;
2966 entry = new(std::nothrow) DIEPackedType;
2969 entry = new(std::nothrow) DIESubprogram;
2972 entry = new(std::nothrow) DIETemplateTypeParameter;
2975 entry = new(std::nothrow) DIETemplateValueParameter;
2978 entry = new(std::nothrow) DIEThrownType;
2981 entry = new(std::nothrow) DIETryBlock;
2984 entry = new(std::nothrow) DIEVariantPart;
2987 entry = new(std::nothrow) DIEVariable;
2990 entry = new(std::nothrow) DIEVolatileType;
2993 entry = new(std::nothrow) DIEDwarfProcedure;
2996 entry = new(std::nothrow) DIERestrictType;
2999 entry = new(std::nothrow) DIEInterfaceType;
3002 entry = new(std::nothrow) DIENamespace;
3005 entry = new(std::nothrow) DIEImportedModule;
3008 entry = new(std::nothrow) DIEUnspecifiedType;
3011 entry = new(std::nothrow) DIEPartialUnit;
3014 entry = new(std::nothrow) DIEImportedUnit;
3017 entry = new(std::nothrow) DIECondition;
3020 entry = new(std::nothrow) DIESharedType;
3023 entry = new(std::nothrow) DIETypeUnit;
3026 entry = new(std::nothrow) DIERValueReferenceType;
3029 entry = new(std::nothrow) DIETemplateTemplateParameter;
3032 entry = new(std::nothrow) DIETemplateTypeParameterPack;
3035 entry = new(std::nothrow) DIETemplateValueParameterPack;
3039 entry = new(std::nothrow) DIECallSite;
3043 entry = new(std::nothrow) DIECallSiteParameter;
3050 _entry = entry;