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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 448 auto *DTy = cast<DIDerivedType>(Ty);
449 TmpTy = resolve(DTy->getBaseType());
527 if (auto *DTy = dyn_cast<DIDerivedType>(Ty)) {
542 DITypeRef Deriv = DTy->getBaseType();
839 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DIDerivedType *DTy) {
841 StringRef Name = DTy->getName();
842 uint64_t Size = DTy->getSizeInBits() >> 3;
846 const DIType *FromTy = resolve(DTy->getBaseType());
864 *getOrCreateTypeDIE(resolve(cast<DIDerivedType>(DTy)->getClassType())));
866 if (!DTy->isForwardDecl()
    [all...]
DwarfUnit.h 346 void constructTypeDIE(DIE &Buffer, const DIDerivedType *DTy);
347 void constructTypeDIE(DIE &Buffer, const DISubroutineType *DTy);
  /external/llvm/lib/Linker/
IRMover.cpp 65 void finishType(StructType *DTy, StructType *STy, ArrayRef<Type *> ETypes);
209 void TypeMapTy::finishType(StructType *DTy, StructType *STy,
211 DTy->setBody(ETypes, STy->isPacked());
217 DTy->setName(TmpName);
220 DstStructTypesSet.addNonOpaque(DTy);
247 StructType *DTy = StructType::create(Ty->getContext());
248 return *Entry = DTy;
271 if (auto *DTy = dyn_cast<StructType>(*Entry)) {
272 if (DTy->isOpaque()) {
274 finishType(DTy, STy, ElementTypes)
    [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
SemaType.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 569 SDValue getConvertRndSat(EVT VT, SDLoc dl, SDValue Val, SDValue DTy,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 620 QualType DTy = DE->getDestroyedType();
621 QualType BTy = getContext().getBaseElementType(DTy);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 411 milliseconds