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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 684 DIDerivedType DTy(Ty);
685 TmpTy = resolve(DTy.getTypeDerivedFrom());
750 DIDerivedType DTy(Ty);
751 if (DTy.isDerivedType()) {
767 if (DITypeRef Deriv = DTy.getTypeDerivedFrom())
771 assert(DTy.getTag() == dwarf::DW_TAG_enumeration_type);
    [all...]
DwarfUnit.h 466 void constructTypeDIE(DIE &Buffer, DIDerivedType DTy);
  /external/llvm/lib/IR/
Value.cpp 494 *DTy = BC->getDestTy()->getPointerElementType();
495 if (STy->isSized() && DTy->isSized() &&
497 DL->getTypeStoreSize(DTy)) &&
499 DL->getABITypeAlignment(DTy)))
DebugInfo.cpp 696 DICompositeType DTy(DbgNode);
697 if (!DTy.getIdentifier())
699 return DIScopeRef(DTy.getIdentifier());
    [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
SemaType.cpp     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 347 StructType *DTy = StructType::create(STy->getContext());
350 DstStructTypesSet.insert(DTy);
351 DstResolvedOpaqueTypes.insert(DTy);
352 return *Entry = DTy;
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 606 QualType DTy = DE->getDestroyedType();
607 QualType BTy = getContext().getBaseElementType(DTy);
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 532 SDValue getConvertRndSat(EVT VT, SDLoc dl, SDValue Val, SDValue DTy,
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 363 milliseconds