HomeSort by relevance Sort by last modified time
    Searched defs:DTy (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
SemaType.cpp     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 340 StructType *DTy = StructType::create(STy->getContext());
341 DstResolvedOpaqueTypes.insert(DTy);
342 return *Entry = DTy;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 507 DIDerivedType DTy = DIDerivedType(Ty);
508 TmpTy = DTy.getTypeDerivedFrom();
839 void CompileUnit::constructTypeDIE(DIE &Buffer, DIDerivedType DTy) {
841 StringRef Name = DTy.getName();
842 uint64_t Size = DTy.getSizeInBits() >> 3;
843 unsigned Tag = DTy.getTag();
851 DIType FromTy = DTy.getTypeDerivedFrom();
864 getOrCreateTypeDIE(DTy.getClassType()));
866 if (!DTy.isForwardDecl())
867 addSourceLine(&Buffer, DTy);
    [all...]
DwarfDebug.cpp 140 DIDerivedType DTy = DIDerivedType(Ty);
141 subType = DTy.getTypeDerivedFrom();
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
CGDebugInfo.cpp     [all...]

Completed in 182 milliseconds