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/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 522 DIDerivedType DTy = DIDerivedType(Ty);
523 TmpTy = DTy.getTypeDerivedFrom();
853 void CompileUnit::constructTypeDIE(DIE &Buffer, DIDerivedType DTy) {
855 StringRef Name = DTy.getName();
856 uint64_t Size = DTy.getSizeInBits() >> 3;
857 unsigned Tag = DTy.getTag();
865 DIType FromTy = DTy.getTypeDerivedFrom();
878 getOrCreateTypeDIE(DTy.getClassType()));
880 if (!DTy.isForwardDecl())
881 addSourceLine(&Buffer, DTy);
    [all...]
DwarfDebug.cpp 153 DIDerivedType DTy = DIDerivedType(Ty);
154 subType = DTy.getTypeDerivedFrom();
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 345 StructType *DTy = StructType::create(STy->getContext());
348 DstStructTypesSet.insert(DTy);
349 DstResolvedOpaqueTypes.insert(DTy);
350 return *Entry = DTy;
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
CGDebugInfo.cpp     [all...]

Completed in 227 milliseconds