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

  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.h 243 codeview::TypeIndex lowerType(const DIType *Ty, const DIType *ClassTy);
252 const DIType *ClassTy,
281 /// Inserts {{Node, ClassTy}, TI} into TypeIndices and checks for duplicates.
284 const DIType *ClassTy = nullptr);
CodeViewDebug.cpp 276 const DIType *ClassTy) {
277 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI});
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 532 /// ClassTy - LLVM type for struct objc_class.
533 llvm::StructType *ClassTy;
    [all...]
CGDebugInfo.cpp 245 QualType ClassTy =
247 ClassTy.print(OS, PrintingPolicy(LangOptions()));
477 if (!ClassTy)
478 ClassTy = DBuilder.createForwardDecl(llvm::dwarf::DW_TAG_structure_type,
481 return ClassTy;
491 if (!ClassTy)
492 ClassTy = DBuilder.createForwardDecl(llvm::dwarf::DW_TAG_structure_type,
498 auto *ISATy = DBuilder.createPointerType(ClassTy, Size);
    [all...]
CGDebugInfo.h 64 llvm::DIType *ClassTy = nullptr;
CGClass.cpp     [all...]
CGObjCGNU.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
Type.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaOverload.cpp     [all...]

Completed in 1959 milliseconds