Home | History | Annotate | Download | only in IR

Lines Matching full:debugging

10 // This file defines a DIBuilder that is useful for creating debugging
95 /// createCompileUnit - A CompileUnit provides an anchor for all debugging
100 /// @param Producer Identify the producer of debugging information and code.
106 /// by a tool analyzing generated debugging information.
129 /// createFile - Create a file descriptor to hold debugging information
142 /// createBasicType - Create debugging information entry for a basic
151 /// createQualifiedType - Create debugging information entry for a qualified
157 /// createPointerType - Create debugging information entry for a pointer.
166 /// \brief Create debugging information entry for a pointer to member.
171 /// createReferenceType - Create debugging information entry for a c++
175 /// createTypedef - Create debugging information entry for a typedef.
184 /// createFriend - Create debugging information entry for a 'friend'.
187 /// createInheritance - Create debugging information entry to establish
197 /// createMemberType - Create debugging information entry for a member.
212 /// createStaticMemberType - Create debugging information entry for a
226 /// createObjCIVar - Create debugging information entry for Objective-C
252 /// createObjCIVar - Create debugging information entry for Objective-C
269 /// createObjCProperty - Create debugging information entry for Objective-C
285 /// createClassType - Create debugging information entry for a class.
310 /// createStructType - Create debugging information entry for a struct.
329 /// createUnionType - Create debugging information entry for an union.
346 /// createTemplateTypeParameter - Create debugging information for template
359 /// createTemplateValueParameter - Create debugging information for template
373 /// \brief Create debugging information for a template template parameter.
387 /// \brief Create debugging information for a template parameter pack.
400 /// createArrayType - Create debugging information entry for an array.
408 /// createVectorType - Create debugging information entry for a vector type.
416 /// createEnumerationType - Create debugging information entry for an