HomeSort by: relevance | last modified time | path
    Searched refs:CTy (Results 1 - 19 of 19) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFAbstractMemberAccess.cpp 170 uint32_t GetFieldInfo(uint32_t InfoKind, DICompositeType *CTy,
256 static uint32_t calcArraySize(const DICompositeType *CTy, uint32_t StartDim) {
257 DINodeArray Elements = CTy->getElements();
445 const auto *CTy = dyn_cast<DICompositeType>(CType);
446 assert(PTy && CTy && "ParentType or ChildType is null or not composite");
453 uint32_t CTyTag = CTy->getTag();
460 return PTy->getBaseType() == CTy->getBaseType();
468 return dyn_cast<DICompositeType>(stripQualifiers(Ty)) == CTy;
605 DICompositeType *CTy,
612 uint32_t Tag = CTy->getTag()
    [all...]
BTFDebug.cpp 479 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct,
481 const DINodeArray Elements = CTy->getElements();
497 std::make_unique<BTFTypeStruct>(CTy, IsStruct, HasBitField, VLen);
499 TypeId = addType(std::move(TypeEntry), CTy);
506 void BTFDebug::visitArrayType(const DICompositeType *CTy, uint32_t &TypeId) {
509 const DIType *ElemType = CTy->getBaseType();
513 DINodeArray Elements = CTy->getElements();
527 ElemTypeId = addType(std::move(TypeEntry), CTy);
545 void BTFDebug::visitEnumType(const DICompositeType *CTy, uint32_t &TypeId) {
546 DINodeArray Elements = CTy->getElements()
    [all...]
BTFDebug.h 290 void visitFwdDeclType(const DICompositeType *CTy, bool IsUnion,
292 void visitCompositeType(const DICompositeType *CTy, uint32_t &TypeId);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 581 else if (auto *CTy = dyn_cast<DICompositeType>(Ty)) {
583 (Ty->getRawName() || CTy->getRawIdentifier())) {
585 if (MDString *TypeId = CTy->getRawIdentifier())
586 DD->addDwarfTypeUnitType(getCU(), TypeId->getString(), TyDIE, CTy);
589 finishNonUnitTypeDIE(TyDIE, CTy);
593 constructTypeDIE(TyDIE, CTy);
802 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DISubroutineType *CTy) {
804 auto Elements = cast<DISubroutineType>(CTy)->getTypeArray();
824 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal
    [all...]
DwarfUnit.h 287 void constructTypeDIE(DIE &Buffer, const DICompositeType *CTy);
317 void constructTypeDIE(DIE &Buffer, const DISubroutineType *CTy);
321 void constructArrayTypeDIE(DIE &Buffer, const DICompositeType *CTy);
322 void constructEnumTypeDIE(DIE &Buffer, const DICompositeType *CTy);
340 virtual void finishNonUnitTypeDIE(DIE& D, const DICompositeType *CTy) = 0;
359 void finishNonUnitTypeDIE(DIE& D, const DICompositeType *CTy) override;
DebugHandlerBase.cpp 183 if (auto *CTy = dyn_cast<DICompositeType>(Ty)) {
186 if (CTy->getTag() == dwarf::DW_TAG_enumeration_type)
DwarfCompileUnit.h 107 void finishNonUnitTypeDIE(DIE& D, const DICompositeType *CTy) override;
CodeViewDebug.cpp 2597 const auto *CTy = cast<DICompositeType>(Ty);
2605 if (!CTy->getName().empty() || !CTy->getIdentifier().empty()) {
2606 TypeIndex FwdDeclTI = getTypeIndex(CTy);
2611 if (CTy->isForwardDecl())
2618 auto InsertResult = CompleteTypeIndices.insert({CTy, TypeIndex()});
2623 switch (CTy->getTag()) {
2626 TI = lowerCompleteTypeClass(CTy);
2629 TI = lowerCompleteTypeUnion(CTy);
2639 CompleteTypeIndices[CTy] = TI
    [all...]
DwarfDebug.h 667 DIE &Die, const DICompositeType *CTy);
DwarfDebug.cpp 3293 const DICompositeType *CTy) {
3300 auto Ins = TypeSignatures.insert(std::make_pair(CTy, 0));
3313 TypeUnitsUnderConstruction.emplace_back(std::move(OwnedUnit), CTy);
3343 NewTU.setType(NewTU.createTypeDIE(CTy));
3363 CU.constructTypeDIE(RefDie, cast<DICompositeType>(CTy));
DwarfCompileUnit.cpp 1520 void DwarfCompileUnit::finishNonUnitTypeDIE(DIE& D, const DICompositeType *CTy) {
1521 constructTypeDIE(D, CTy);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 144 QualType CTy =
146 CTy = getContext().getCanonicalType(CTy);
158 SVal Result = svalBuilder.evalCast(evalBinOp(state, Op, V, RightV, CTy),
159 B->getType(), CTy);
173 Result = svalBuilder.evalCast(LHSVal, CTy, LTy);
178 LHSVal = svalBuilder.evalCast(Result, LTy, CTy);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DIBuilder.cpp 518 auto *CTy = DICompositeType::get(
523 AllEnumTypes.push_back(CTy);
524 trackIfUnresolved(CTy);
525 return CTy;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTDiagnostic.cpp 150 const Class##Type *CTy = cast<Class##Type>(Ty); \
151 if (CTy->isSugared()) { \
153 Underlying = CTy->desugar(); \
RecordLayoutBuilder.cpp 1980 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) {
1981 performBuiltinTypeAlignmentUpgrade(CTy->getElementType()->castAs<BuiltinType>());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp 1382 if (const ComplexType *CTy = Ty->getAs<ComplexType>())
1383 Ty = CTy->getElementType();
4557 if (const ComplexType *CTy = Ty->getAs<ComplexType>())
4558 Ty = CTy->getElementType();
4639 if (const ComplexType *CTy = Ty->getAs<ComplexType>())
4640 Ty = CTy->getElementType();
4704 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) {
4706 (void)CTy;
5007 if (const ComplexType *CTy = Ty->getAs<ComplexType>())
5008 Ty = CTy->getElementType()
    [all...]
CGExprScalar.cpp 4133 if (auto *CTy = LHSTy->getAs<ComplexType>()) {
4135 CETy = CTy->getElementType();
4141 if (auto *CTy = RHSTy->getAs<ComplexType>()) {
4144 CTy->getElementType()) &&
4146 (void)CTy;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 359 Type *CTy;
361 if (U->isOffsetOf(CTy, FieldNo)) {
362 OS << "offsetof(" << *CTy << ", ";
567 bool SCEVUnknown::isOffsetOf(Type *&CTy, Constant *&FieldNo) const {
580 CTy = Ty;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 61 milliseconds