Home | History | Annotate | Download | only in IR

Lines Matching full:debugging

87 /// createCompileUnit - A CompileUnit provides an anchor for all debugging
194 /// createFile - Create a file descriptor to hold debugging information
240 /// createBasicType - Create debugging information entry for a basic
263 /// createQualifiedType - Create debugging information entry for a qualified
282 /// createPointerType - Create debugging information entry for a pointer.
321 /// createReferenceType - Create debugging information entry for a reference
341 /// createTypedef - Create debugging information entry for a typedef.
361 /// createFriend - Create debugging information entry for a 'friend'.
381 /// createInheritance - Create debugging information entry to establish
402 /// createMemberType - Create debugging information entry for a member.
423 /// createStaticMemberType - Create debugging information entry for a
448 /// createObjCIVar - Create debugging information entry for Objective-C
478 /// createObjCIVar - Create debugging information entry for Objective-C
503 /// createObjCProperty - Create debugging information entry for Objective-C
524 /// createTemplateTypeParameter - Create debugging information for template
561 /// createTemplateValueParameter - Create debugging information for template
593 /// createClassType - Create debugging information entry for a class.
628 /// createStructType - Create debugging information entry for a struct.
661 /// createUnionType - Create debugging information entry for an union.
710 /// createEnumerationType - Create debugging information entry for an
737 /// createArrayType - Create debugging information entry for an array.
759 /// createVectorType - Create debugging information entry for a vector.