Home
last modified time | relevance | path

Searched refs:getElements (Results 1 – 24 of 24) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp307 DINodeArray Elements = CTy->getElements(); in calcArraySize()
537 Ty = dyn_cast<DIType>(PTy->getElements()[ParentAI]); in IsValidAIChain()
694 auto *MemberTy = cast<DIDerivedType>(CTy->getElements()[AccessIndex]); in GetFieldInfo()
712 auto *MemberTy = cast<DIDerivedType>(CTy->getElements()[AccessIndex]); in GetFieldInfo()
731 if (CTy->getElements().size() != 1) in GetFieldInfo()
735 auto *MemberTy = cast<DIDerivedType>(CTy->getElements()[AccessIndex]); in GetFieldInfo()
767 MemberTy = cast<DIDerivedType>(CTy->getElements()[AccessIndex]); in GetFieldInfo()
798 MemberTy = cast<DIDerivedType>(CTy->getElements()[AccessIndex]); in GetFieldInfo()
900 CheckElemType = CTy->getElements().size() == 1; in computeBaseAndAccessKey()
1029 for (const auto Element : CTy->getElements()) { in computeAccessKey()
H A DBTFDebug.cpp181 DINodeArray Elements = ETy->getElements(); in completeType()
220 DINodeArray Elements = ETy->getElements(); in completeType()
295 const DINodeArray Elements = STy->getElements(); in completeType()
663 const DINodeArray Elements = CTy->getElements(); in visitStructType()
703 DINodeArray Elements = CTy->getElements(); in visitArrayType()
736 DINodeArray Elements = CTy->getElements(); in visitEnumType()
965 const DINodeArray Elements = CTy->getElements(); in visitMapDefType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h220 Expr **getElements() { return getTrailingObjects<Expr *>(); } in getElements() function
223 const Expr * const *getElements() const { in getElements() function
233 return getElements()[Index]; in getElement()
237 return getElements()[Index]; in getElement()
246 return child_range(reinterpret_cast<Stmt **>(getElements()), in children()
247 reinterpret_cast<Stmt **>(getElements()) + NumElements); in children()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1150 getFlags(), getElements(), getRuntimeLang(), getVTableHolder(), in cloneImpl()
1228 DINodeArray getElements() const { in getElements() function
1293 for (DINode *Op : getElements()) in replaceElements()
2677 return getTemporary(getContext(), getElements()); in cloneImpl()
2685 ArrayRef<uint64_t> getElements() const { return Elements; } in getElements() function
2712 element_iterator elements_end() const { return getElements().end(); } in elements_end()
3507 getFile(), getLine(), getName(), getElements());
3529 DINodeArray getElements() const {
3720 getElements());
3737 for (DIMacroNode *Op : getElements())
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp32 Expr **SaveElements = getElements(); in ObjCArrayLiteral()
H A DComputeDependence.cpp893 Expr **Elements = E->getElements(); in computeDependence()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp913 DINodeArray Elements = CTy->getElements(); in constructTypeDIE()
1461 const DINodeArray Elements = CTy->getElements(); in hasVectorBeenPadded()
1538 DINodeArray Elements = CTy->getElements(); in constructArrayTypeDIE()
1564 DINodeArray Elements = CTy->getElements(); in constructEnumTypeDIE()
H A DDwarfCompileUnit.cpp940 DIExpressionCursor Cursor(Expr.getElements()); in applyConcreteDbgVariableAttributes()
985 for (auto *El : Array->getElements()) { in dependencies()
1369 DINodeArray Elements = Module->getElements(); in constructImportedEntityDIE()
H A DCodeViewDebug.cpp1738 DINodeArray Elements = Ty->getElements(); in lowerTypeArray()
2274 for (const DINode *Element : Ty->getElements()) { in lowerTypeEnum()
2393 DINodeArray Elements = Ty->getElements(); in collectClassInfo()
H A DDwarfDebug.cpp586 std::vector<uint64_t> Elts = Addition->getElements().vec(); in combineDIExpressions()
3299 handleMacroNodes(MF.getElements(), U); in emitMacroFileImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1578 if (getElements()[0] == dwarf::DW_OP_LLVM_arg) in getSingleLocationExpressionElements()
1579 return getElements().drop_front(2); in getSingleLocationExpressionElements()
1580 return getElements(); in getSingleLocationExpressionElements()
1898 Expr->getElements().drop_back(DropUntilStackValue); in appendToStack()
H A DLLVMContextImpl.h1174 MDNodeKeyImpl(const DIExpression *N) : Elements(N->getElements()) {}
1177 return Elements == RHS->getElements();
H A DMetadata.cpp1776 OrigElements = E->getElements(); in copyMetadata()
H A DDebugInfo.cpp270 for (Metadata *D : DCT->getElements()) { in processType()
H A DVerifier.cpp1268 const DINodeArray Elements = N.getElements(); in visitDICompositeType()
1515 for (Metadata *Op : N.getElements()->operands()) { in visitDIMacroFile()
H A DAsmWriter.cpp2391 for (const auto &I : N->getElements()) in writeDIExpression()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1826 Record.push_back(VE.getMetadataOrNullID(N->getElements().get())); in writeDICompositeType()
2009 Record.push_back(VE.getMetadataOrNullID(N->getElements().get())); in writeDIMacroFile()
2143 Record.reserve(N->getElements().size() + 1); in writeDIExpression()
2189 Record.push_back(VE.getMetadataOrNullID(N->getElements().get())); in writeDIImportedEntity()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1475 Record.push_back(VE.getMetadataOrNullID(N->getElements().get())); in writeDICompositeType()
1669 Record.reserve(N->getElements().size() + 1); in writeDIExpression()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp287 const auto Elements = DIExpr->getElements(); in getDerefOffsetInBytes()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1450 NodeArray getElements() const { return Elements; } in getElements() function
5880 static_cast<TemplateArgumentPack*>(TableEntry)->getElements());
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3694 DBuilder.replaceArrays(Res, T ? T->getElements() : llvm::DINodeArray()); in getOrCreateLimitedType()
5846 auto CurElts = InterfaceDecl->getElements(); in finalize()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3212 auto ExprOperands = Expression->getElements(); in translateDbgValueRecord()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1450 Expr **Elements = E->getElements(); in VisitObjCArrayLiteral()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h14401 if (getDerived().TransformExprs(E->getElements(), E->getNumElements(), in TransformObjCArrayLiteral()