/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BPFAbstractMemberAccess.cpp | 257 DINodeArray Elements = CTy->getElements(); in calcArraySize() 466 Ty = dyn_cast<DIType>(PTy->getElements()[ParentAI]); in IsValidAIChain() 619 auto *MemberTy = cast<DIDerivedType>(CTy->getElements()[AccessIndex]); in GetFieldInfo() 637 auto *MemberTy = cast<DIDerivedType>(CTy->getElements()[AccessIndex]); in GetFieldInfo() 655 if (CTy->getElements().size() != 1) in GetFieldInfo() 659 auto *MemberTy = cast<DIDerivedType>(CTy->getElements()[AccessIndex]); in GetFieldInfo() 691 MemberTy = cast<DIDerivedType>(CTy->getElements()[AccessIndex]); in GetFieldInfo() 722 MemberTy = cast<DIDerivedType>(CTy->getElements()[AccessIndex]); in GetFieldInfo() 824 CheckElemType = CTy->getElements().size() == 1; in computeBaseAndAccessKey() 949 for (const auto Element : CTy->getElements()) { in computeAccessKey()
|
H A D | BTFDebug.cpp | 168 DINodeArray Elements = ETy->getElements(); in completeType() 240 const DINodeArray Elements = STy->getElements(); in completeType() 481 const DINodeArray Elements = CTy->getElements(); in visitStructType() 513 DINodeArray Elements = CTy->getElements(); in visitArrayType() 546 DINodeArray Elements = CTy->getElements(); in visitEnumType() 713 const DINodeArray Elements = CTy->getElements(); in visitMapDefType()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ExprObjC.h | 221 Expr **getElements() { return getTrailingObjects<Expr *>(); } in getElements() function 224 const Expr * const *getElements() const { in getElements() function 234 return getElements()[Index]; in getElement() 238 return getElements()[Index]; in getElement() 247 return child_range(reinterpret_cast<Stmt **>(getElements()), in children() 248 reinterpret_cast<Stmt **>(getElements()) + NumElements); in children()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 1106 getElements(), getRuntimeLang(), getVTableHolder(), in cloneImpl() 1181 DINodeArray getElements() const { in getElements() function 1239 for (DINode *Op : getElements()) in replaceElements() 2570 return getTemporary(getContext(), getElements()); in cloneImpl() 2578 ArrayRef<uint64_t> getElements() const { return Elements; } in getElements() function 2604 element_iterator elements_begin() const { return getElements().begin(); } in elements_begin() 2605 element_iterator elements_end() const { return getElements().end(); } in elements_end() 3504 getElements()); 3519 for (DIMacroNode *Op : getElements()) 3529 DIMacroNodeArray getElements() const {
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocEntry.h | 139 is_contained(Expr->getElements(), dwarf::DW_OP_stack_value)); in DbgValueLoc()
|
H A D | DwarfUnit.cpp | 873 DINodeArray Elements = CTy->getElements(); in constructTypeDIE() 1406 const DINodeArray Elements = CTy->getElements(); in hasVectorBeenPadded() 1483 DINodeArray Elements = CTy->getElements(); in constructArrayTypeDIE() 1509 DINodeArray Elements = CTy->getElements(); in constructEnumTypeDIE()
|
H A D | CodeViewDebug.cpp | 1613 DINodeArray Elements = Ty->getElements(); in lowerTypeArray() 2115 for (const DINode *Element : Ty->getElements()) { in lowerTypeEnum() 2232 DINodeArray Elements = Ty->getElements(); in collectClassInfo()
|
H A D | DwarfDebug.cpp | 615 std::vector<uint64_t> Elts = Addition->getElements().vec(); in combineDIExpressions() 3142 handleMacroNodes(MF.getElements(), U); in emitMacroFileImpl()
|
H A D | DwarfCompileUnit.cpp | 906 for (auto *El : Array->getElements()) { in dependencies()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprObjC.cpp | 32 Expr **SaveElements = getElements(); in ObjCArrayLiteral()
|
H A D | ComputeDependence.cpp | 816 Expr **Elements = E->getElements(); in computeDependence()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | LLVMContextImpl.h | 1091 MDNodeKeyImpl(const DIExpression *N) : Elements(N->getElements()) {} 1094 return Elements == RHS->getElements();
|
H A D | Metadata.cpp | 1480 OrigElements = E->getElements(); in copyMetadata()
|
H A D | DebugInfoMetadata.cpp | 1422 Expr->getElements().drop_back(DropUntilStackValue); in appendToStack()
|
H A D | DebugInfo.cpp | 219 for (Metadata *D : DCT->getElements()) { in processType()
|
H A D | Verifier.cpp | 1109 const DINodeArray Elements = N.getElements(); in visitDICompositeType() 1343 for (Metadata *Op : N.getElements()->operands()) { in visitDIMacroFile()
|
H A D | AsmWriter.cpp | 2362 for (const auto &I : N->getElements()) in writeDIExpression()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 1705 Record.push_back(VE.getMetadataOrNullID(N->getElements().get())); in writeDICompositeType() 1885 Record.push_back(VE.getMetadataOrNullID(N->getElements().get())); in writeDIMacroFile() 2009 Record.reserve(N->getElements().size() + 1); in writeDIExpression()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 1145 NodeArray getElements() const { return Elements; } in getElements() function 5650 static_cast<TemplateArgumentPack*>(TableEntry)->getElements());
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 3397 DBuilder.replaceArrays(Res, T ? T->getElements() : llvm::DINodeArray()); in getOrCreateLimitedType() 5075 auto CurElts = InterfaceDecl->getElements(); in finalize()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1420 Expr **Elements = E->getElements(); in VisitObjCArrayLiteral()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | TreeTransform.h | 13569 if (getDerived().TransformExprs(E->getElements(), E->getNumElements(), in TransformObjCArrayLiteral()
|