Searched defs:Elements (Results 26 - 43 of 43) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp3449 SmallVector<ObjCDictionaryElement, 4> Elements; // dictionary elements. local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp960 LLVMDIBuilderCreateEnumerationType( LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name, size_t NameLen, LLVMMetadataRef File, unsigned LineNumber, uint64_t SizeInBits, uint32_t AlignInBits, LLVMMetadataRef *Elements, unsigned NumElements, LLVMMetadataRef ClassTy) argument
972 LLVMDIBuilderCreateUnionType( LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name, size_t NameLen, LLVMMetadataRef File, unsigned LineNumber, uint64_t SizeInBits, uint32_t AlignInBits, LLVMDIFlags Flags, LLVMMetadataRef *Elements, unsigned NumElements, unsigned RunTimeLang, const char *UniqueId, size_t UniqueIdLen) argument
1028 LLVMDIBuilderCreateStructType( LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name, size_t NameLen, LLVMMetadataRef File, unsigned LineNumber, uint64_t SizeInBits, uint32_t AlignInBits, LLVMDIFlags Flags, LLVMMetadataRef DerivedFrom, LLVMMetadataRef *Elements, unsigned NumElements, unsigned RunTimeLang, LLVMMetadataRef VTableHolder, const char *UniqueId, size_t UniqueIdLen) argument
1201 LLVMDIBuilderCreateClassType(LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name, size_t NameLen, LLVMMetadataRef File, unsigned LineNumber, uint64_t SizeInBits, uint32_t AlignInBits, uint64_t OffsetInBits, LLVMDIFlags Flags, LLVMMetadataRef DerivedFrom, LLVMMetadataRef *Elements, unsigned NumElements, LLVMMetadataRef VTableHolder, LLVMMetadataRef TemplateParamsNode, const char *UniqueIdentifier, size_t UniqueIdentifierLen) argument
H A DVerifier.cpp993 const DINodeArray Elements = N.getElements(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1957 collectInsertionElements(Value *V, unsigned Shift, SmallVectorImpl<Value *> &Elements, Type *VecEltTy, bool isBigEndian) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp917 EmitArrayConstant(CodeGenModule &CGM, llvm::ArrayType *DesiredType, llvm::Type *CommonElementType, unsigned ArrayBound, SmallVectorImpl<llvm::Constant *> &Elements, llvm::Constant *Filler) argument
[all...]
H A DCGObjCGNU.cpp2921 auto Elements = Builder.beginStruct(ClassTy); local
3017 auto Elements = ProtocolList.beginArray(PtrToInt8Ty); local
3054 auto Elements = Builder.beginStruct(); local
3125 auto Elements = Builder.beginStruct(); local
3146 auto Elements = Builder.beginStruct(); local
3241 auto Elements = Builder.beginStruct(); local
[all...]
H A DCGDebugInfo.cpp1068 llvm::DINodeArray Elements; local
2313 llvm::DINodeArray Elements = DBuilder.getOrCreateArray(EltTys); local
2636 llvm::DINodeArray Elements = DBuilder.getOrCreateArray(EltTys); local
3967 llvm::DINodeArray Elements = DBuilder.getOrCreateArray(EltTys); local
4770 llvm::DINodeArray Elements = DBuilder.getOrCreateArray(EltTys); local
[all...]
H A DCodeGenModule.cpp4918 SmallVector<uint16_t, 32> Elements; local
4928 SmallVector<uint32_t, 32> Elements; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3533 SDValue Elements = Int.getOperand(2); local
H A DARMISelLowering.cpp6780 static unsigned SelectPairHalf(unsigned Elements, ArrayRef<int> Mask, argument
14345 SDValue Elements = Int.getOperand(2); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1305 Expr **Elements = E->getElements(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp244 static Error checkOverlappingElement(std::list<MachOElement> &Elements, argument
277 parseSegmentLoadCommand( const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, SmallVectorImpl<const char *> &Sections, bool &IsPageZeroSegment, uint32_t LoadCommandIndex, const char *CmdName, uint64_t SizeOfHeaders, std::list<MachOElement> &Elements) argument
401 checkSymtabCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, uint32_t LoadCommandIndex, const char **SymtabLoadCmd, std::list<MachOElement> &Elements) argument
459 checkDysymtabCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, uint32_t LoadCommandIndex, const char **DysymtabLoadCmd, std::list<MachOElement> &Elements) argument
592 checkLinkeditDataCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, uint32_t LoadCommandIndex, const char **LoadCmd, const char *CmdName, std::list<MachOElement> &Elements, const char *ElementName) argument
630 checkDyldInfoCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, uint32_t LoadCommandIndex, const char **LoadCmd, const char *CmdName, std::list<MachOElement> &Elements) argument
825 checkNoteCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, uint32_t LoadCommandIndex, std::list<MachOElement> &Elements) argument
1191 checkTwoLevelHintsCommand(const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, uint32_t LoadCommandIndex, const char **LoadCmd, std::list<MachOElement> &Elements) argument
1288 std::list<MachOElement> Elements; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1568 DINodeArray Elements = Ty->getElements(); local
2169 DINodeArray Elements = Ty->getElements(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp793 ExprResult Sema::BuildObjCArrayLiteral(SourceRange SR, MultiExprArg Elements) { argument
897 BuildObjCDictionaryLiteral(SourceRange SR, MutableArrayRef<ObjCDictionaryElement> Elements) argument
H A DSemaDecl.cpp17361 static void CheckForDuplicateEnumValues(Sema &S, ArrayRef<Decl *> Elements, argument
17498 ActOnEnumBody(SourceLocation EnumLoc, SourceRange BraceRange, Decl *EnumDeclX, ArrayRef<Decl *> Elements, Scope *S, const ParsedAttributesView &Attrs) argument
[all...]
H A DTreeTransform.h12612 SmallVector<Expr *, 8> Elements; local
12631 SmallVector<ObjCDictionaryElement, 8> Elements; local
3149 RebuildObjCArrayLiteral(SourceRange Range, Expr **Elements, unsigned NumElements) argument
3167 RebuildObjCDictionaryLiteral(SourceRange Range, MutableArrayRef<ObjCDictionaryElement> Elements) argument
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactypes.h1085 union acpi_object *Elements; /* Pointer to an array of ACPI_OBJECTs */ member in struct:acpi_object::__anon5574
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h213 Node **Elements; member in class:NodeArray
1134 NodeArray Elements; member in class:final
[all...]

Completed in 909 milliseconds

12