| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFAbstractMemberAccess.cpp | 307 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 D | BTFDebug.cpp | 181 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 D | ExprObjC.h | 220 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 D | DebugInfoMetadata.h | 1150 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 D | ExprObjC.cpp | 32 Expr **SaveElements = getElements(); in ObjCArrayLiteral()
|
| H A D | ComputeDependence.cpp | 893 Expr **Elements = E->getElements(); in computeDependence()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 913 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 D | DwarfCompileUnit.cpp | 940 DIExpressionCursor Cursor(Expr.getElements()); in applyConcreteDbgVariableAttributes() 985 for (auto *El : Array->getElements()) { in dependencies() 1369 DINodeArray Elements = Module->getElements(); in constructImportedEntityDIE()
|
| H A D | CodeViewDebug.cpp | 1738 DINodeArray Elements = Ty->getElements(); in lowerTypeArray() 2274 for (const DINode *Element : Ty->getElements()) { in lowerTypeEnum() 2393 DINodeArray Elements = Ty->getElements(); in collectClassInfo()
|
| H A D | DwarfDebug.cpp | 586 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 D | DebugInfoMetadata.cpp | 1578 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 D | LLVMContextImpl.h | 1174 MDNodeKeyImpl(const DIExpression *N) : Elements(N->getElements()) {} 1177 return Elements == RHS->getElements();
|
| H A D | Metadata.cpp | 1776 OrigElements = E->getElements(); in copyMetadata()
|
| H A D | DebugInfo.cpp | 270 for (Metadata *D : DCT->getElements()) { in processType()
|
| H A D | Verifier.cpp | 1268 const DINodeArray Elements = N.getElements(); in visitDICompositeType() 1515 for (Metadata *Op : N.getElements()->operands()) { in visitDIMacroFile()
|
| H A D | AsmWriter.cpp | 2391 for (const auto &I : N->getElements()) in writeDIExpression()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1826 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 D | DXILBitcodeWriter.cpp | 1475 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 D | AssignmentTrackingAnalysis.cpp | 287 const auto Elements = DIExpr->getElements(); in getDerefOffsetInBytes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 1450 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 D | CGDebugInfo.cpp | 3694 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 D | IRTranslator.cpp | 3212 auto ExprOperands = Expression->getElements(); in translateDbgValueRecord()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1450 Expr **Elements = E->getElements(); in VisitObjCArrayLiteral()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 14401 if (getDerived().TransformExprs(E->getElements(), E->getNumElements(), in TransformObjCArrayLiteral()
|