| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ExprObjC.h | 202 Expr **getElements() { return getTrailingObjects<Expr *>(); } in getElements() function 205 const Expr * const *getElements() const { in getElements() function 215 return getElements()[Index]; in getElement() 219 return getElements()[Index]; in getElement() 228 return child_range(reinterpret_cast<Stmt **>(getElements()), in children() 229 reinterpret_cast<Stmt **>(getElements()) + NumElements); in children()
|
| /freebsd-12.1/contrib/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 142 DINodeArray Elements = ETy->getElements(); in completeType() 223 const DINodeArray Elements = STy->getElements(); in completeType() 384 const DINodeArray Elements = CTy->getElements(); in visitStructType() 425 DINodeArray Elements = CTy->getElements(); in visitEnumType()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 991 getElements(), getRuntimeLang(), getVTableHolder(), 1057 DINodeArray getElements() const { 1083 for (DINode *Op : getElements()) 2359 return getTemporary(getContext(), getElements()); 2367 ArrayRef<uint64_t> getElements() const { return Elements; } 2381 element_iterator elements_begin() const { return getElements().begin(); } 2382 element_iterator elements_end() const { return getElements().end(); } 3129 getElements()); 3144 for (DIMacroNode *Op : getElements()) 3154 DIMacroNodeArray getElements() const {
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 869 DINodeArray Elements = CTy->getElements(); in constructTypeDIE() 1318 const DINodeArray Elements = CTy->getElements(); in hasVectorBeenPadded() 1349 DINodeArray Elements = CTy->getElements(); in constructArrayTypeDIE() 1368 DINodeArray Elements = CTy->getElements(); in constructEnumTypeDIE()
|
| H A D | CodeViewDebug.cpp | 1509 DINodeArray Elements = Ty->getElements(); in lowerTypeArray() 2002 for (const DINode *Element : Ty->getElements()) { in lowerTypeEnum() 2110 DINodeArray Elements = Ty->getElements(); in collectClassInfo()
|
| H A D | DwarfCompileUnit.cpp | 636 for (auto *El : Array->getElements()) { in dependencies()
|
| H A D | DwarfDebug.cpp | 226 auto Elements = cast<DICompositeType>(subType)->getElements(); in getType() 2474 handleMacroNodes(F.getElements(), U); in emitMacroFile()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExprObjC.cpp | 32 Expr **SaveElements = getElements(); in ObjCArrayLiteral()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 980 MDNodeKeyImpl(const DIExpression *N) : Elements(N->getElements()) {} 983 return Elements == RHS->getElements();
|
| H A D | DebugInfoMetadata.cpp | 1010 Expr->getElements().drop_back(DropUntilStackValue); in appendToStack()
|
| H A D | Metadata.cpp | 1483 OrigElements = E->getElements(); in copyMetadata()
|
| H A D | DebugInfo.cpp | 136 for (Metadata *D : DCT->getElements()) { in processType()
|
| H A D | Verifier.cpp | 976 const DINodeArray Elements = N.getElements(); in visitDICompositeType() 1183 for (Metadata *Op : N.getElements()->operands()) { in visitDIMacroFile()
|
| H A D | AsmWriter.cpp | 2131 for (const auto &I : N->getElements()) in writeDIExpression()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1558 Record.push_back(VE.getMetadataOrNullID(N->getElements().get())); in writeDICompositeType() 1717 Record.push_back(VE.getMetadataOrNullID(N->getElements().get())); in writeDIMacroFile() 1826 Record.reserve(N->getElements().size() + 1); in writeDIExpression()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 1049 NodeArray getElements() const { return Elements; } in getElements() function 5120 static_cast<TemplateArgumentPack*>(TableEntry)->getElements());
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 2972 DBuilder.replaceArrays(Res, T ? T->getElements() : llvm::DINodeArray()); in getOrCreateLimitedType() 4413 auto CurrenetElts = InterfaceDecl->getElements(); in finalize()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1090 Expr **Elements = E->getElements(); in VisitObjCArrayLiteral()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | TreeTransform.h | 11804 if (getDerived().TransformExprs(E->getElements(), E->getNumElements(), in TransformObjCArrayLiteral()
|