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 133 /// createQualifiedType - Create debugging information entry for a qualified
137 DIDerivedType createQualifiedType(unsigned Tag, DIType FromTy);
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 263 /// createQualifiedType - Create debugging information entry for a qualified
265 DIDerivedType DIBuilder::createQualifiedType(unsigned Tag, DIType FromTy) {
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 546 llvm::DIType CGDebugInfo::CreateQualifiedType(QualType Ty, llvm::DIFile Unit,
578 llvm::DIType DbgTy = DBuilder.createQualifiedType(Tag, FromTy);
    [all...]

Completed in 45 milliseconds