Home | History | Annotate | Download | only in IR

Lines Matching full:debugging

98 /// createCompileUnit - A CompileUnit provides an anchor for all debugging
214 /// createFile - Create a file descriptor to hold debugging information
260 /// createBasicType - Create debugging information entry for a basic
283 /// createQualifiedType - Create debugging information entry for a qualified
302 /// createPointerType - Create debugging information entry for a pointer.
341 /// createReferenceType - Create debugging information entry for a reference
361 /// createTypedef - Create debugging information entry for a typedef.
380 /// createFriend - Create debugging information entry for a 'friend'.
400 /// createInheritance - Create debugging information entry to establish
422 /// createMemberType - Create debugging information entry for a member.
445 /// createStaticMemberType - Create debugging information entry for a
470 /// createObjCIVar - Create debugging information entry for Objective-C
498 /// createObjCIVar - Create debugging information entry for Objective-C
523 /// createObjCProperty - Create debugging information entry for Objective-C
542 /// createTemplateTypeParameter - Create debugging information for template
579 /// createTemplateValueParameter - Create debugging information for template
611 /// createClassType - Create debugging information entry for a class.
651 /// createStructType - Create debugging information entry for a struct.
689 /// createUnionType - Create debugging information entry for an union.
747 /// createEnumerationType - Create debugging information entry for an
779 /// createArrayType - Create debugging information entry for an array.
803 /// createVectorType - Create debugging information entry for a vector.