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

  /external/llvm/lib/Linker/
IRMover.cpp 68 void finishType(StructType *DTy, StructType *STy, ArrayRef<Type *> ETypes);
212 void TypeMapTy::finishType(StructType *DTy, StructType *STy,
214 DTy->setBody(ETypes, STy->isPacked());
220 DTy->setName(TmpName);
223 DstStructTypesSet.addNonOpaque(DTy);
250 StructType *DTy = StructType::create(Ty->getContext());
251 return *Entry = DTy;
274 if (auto *DTy = dyn_cast<StructType>(*Entry)) {
275 if (DTy->isOpaque()) {
277 finishType(DTy, STy, ElementTypes)
    [all...]
  /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();
811 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DIDerivedType *DTy) {
813 StringRef Name = DTy->getName();
814 uint64_t Size = DTy->getSizeInBits() >> 3;
818 const DIType *FromTy = resolve(DTy->getBaseType());
836 *getOrCreateTypeDIE(resolve(cast<DIDerivedType>(DTy)->getClassType())));
838 if (!DTy->isForwardDecl()
    [all...]
DwarfUnit.h 336 void constructTypeDIE(DIE &Buffer, const DIDerivedType *DTy);
337 void constructTypeDIE(DIE &Buffer, const DISubroutineType *DTy);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 363 DIDerivedType DTy = DIDerivedType(Ty);
364 TmpTy = DTy.getTypeDerivedFrom();
682 void CompileUnit::constructTypeDIE(DIE &Buffer, DIDerivedType DTy) {
684 StringRef Name = DTy.getName();
685 uint64_t Size = DTy.getSizeInBits() >> 3;
686 unsigned Tag = DTy.getTag();
694 DIType FromTy = DTy.getTypeDerivedFrom();
706 if (!DTy.isForwardDecl())
707 addSourceLine(&Buffer, DTy);
    [all...]
DwarfCompileUnit.h 264 DIDerivedType DTy);
DwarfDebug.cpp 101 DIDerivedType DTy = DIDerivedType(Ty);
102 subType = DTy.getTypeDerivedFrom();
    [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
SemaType.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DebugInfo.cpp 351 DIDerivedType DTy(DbgNode);
352 if (DTy.Verify())
353 return DTy.getTypeDerivedFrom().isUnsignedDIType();
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h 442 SDValue getConvertRndSat(EVT VT, DebugLoc dl, SDValue Val, SDValue DTy,
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 629 SDValue getConvertRndSat(EVT VT, const SDLoc &dl, SDValue Val, SDValue DTy,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 621 QualType DTy = DE->getDestroyedType();
622 QualType BTy = getContext().getBaseElementType(DTy);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 984 milliseconds