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

  /external/llvm/include/llvm/
DIBuilder.h 120 /// createQualifiedType - Create debugging information entry for a qualified
124 DIDerivedType createQualifiedType(unsigned Tag, DIType FromTy);
  /external/llvm/lib/IR/
DIBuilder.cpp 185 /// createQualifiedType - Create debugging information entry for a qualified
187 DIDerivedType DIBuilder::createQualifiedType(unsigned Tag, DIType FromTy) {
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 507 llvm::DIType CGDebugInfo::CreateQualifiedType(QualType Ty, llvm::DIFile Unit) {
537 llvm::DIType DbgTy = DBuilder.createQualifiedType(Tag, FromTy);
628 return CreateQualifiedType(PointeeTy, Unit);
    [all...]

Completed in 551 milliseconds