HomeSort by relevance Sort by last modified time
    Searched refs:createQualifiedType (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
DIBuilder.h 114 /// createQualifiedType - Create debugging information entry for a qualified
118 DIType createQualifiedType(unsigned Tag, DIType FromTy);
  /external/llvm/lib/Analysis/
DIBuilder.cpp 194 /// createQualifiedType - Create debugging information entry for a qualified
196 DIType DIBuilder::createQualifiedType(unsigned Tag, DIType FromTy) {
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 446 llvm::DIType CGDebugInfo::CreateQualifiedType(QualType Ty, llvm::DIFile Unit) {
476 llvm::DIType DbgTy = DBuilder.createQualifiedType(Tag, FromTy);
562 return CreateQualifiedType(PointeeTy, Unit);
    [all...]

Completed in 30 milliseconds