Home
last modified time | relevance | path

Searched defs:Elements (Results 1 – 25 of 79) sorted by relevance

1234

/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/
H A DForest.h
/llvm-project/lldb/unittests/tools/lldb-server/tests/
H A DMessageObjects.cpp146 auto &Elements = *ElementsOr; in create() local
245 const StringMap<SmallVector<StringRef, 2>> &Elements, in parseRegisters()
280 auto Elements = SplitPairList(Response); in create() local
/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp164 createImportedModule(LLVMContext & C,dwarf::Tag Tag,DIScope * Context,Metadata * NS,DIFile * File,unsigned Line,StringRef Name,DINodeArray Elements,SmallVectorImpl<TrackingMDNodeRef> & ImportedModules) createImportedModule() argument
181 createImportedModule(DIScope * Context,DINamespace * NS,DIFile * File,unsigned Line,DINodeArray Elements) createImportedModule() argument
190 createImportedModule(DIScope * Context,DIImportedEntity * NS,DIFile * File,unsigned Line,DINodeArray Elements) createImportedModule() argument
198 createImportedModule(DIScope * Context,DIModule * M,DIFile * File,unsigned Line,DINodeArray Elements) createImportedModule() argument
207 createImportedDeclaration(DIScope * Context,DINode * Decl,DIFile * File,unsigned Line,StringRef Name,DINodeArray Elements) createImportedDeclaration() argument
505 createClassType(DIScope * Context,StringRef Name,DIFile * File,unsigned LineNumber,uint64_t SizeInBits,uint32_t AlignInBits,uint64_t OffsetInBits,DINode::DIFlags Flags,DIType * DerivedFrom,DINodeArray Elements,unsigned RunTimeLang,DIType * VTableHolder,MDNode * TemplateParams,StringRef UniqueIdentifier) createClassType() argument
523 createStructType(DIScope * Context,StringRef Name,DIFile * File,unsigned LineNumber,uint64_t SizeInBits,uint32_t AlignInBits,DINode::DIFlags Flags,DIType * DerivedFrom,DINodeArray Elements,unsigned RunTimeLang,DIType * VTableHolder,StringRef UniqueIdentifier) createStructType() argument
536 createUnionType(DIScope * Scope,StringRef Name,DIFile * File,unsigned LineNumber,uint64_t SizeInBits,uint32_t AlignInBits,DINode::DIFlags Flags,DINodeArray Elements,unsigned RunTimeLang,StringRef UniqueIdentifier) createUnionType() argument
549 createVariantPart(DIScope * Scope,StringRef Name,DIFile * File,unsigned LineNumber,uint64_t SizeInBits,uint32_t AlignInBits,DINode::DIFlags Flags,DIDerivedType * Discriminator,DINodeArray Elements,StringRef UniqueIdentifier) createVariantPart() argument
568 createEnumerationType(DIScope * Scope,StringRef Name,DIFile * File,unsigned LineNumber,uint64_t SizeInBits,uint32_t AlignInBits,DINodeArray Elements,DIType * UnderlyingType,unsigned RunTimeLang,StringRef UniqueIdentifier,bool IsScoped) createEnumerationType() argument
693 getOrCreateArray(ArrayRef<Metadata * > Elements) getOrCreateArray() argument
698 getOrCreateMacroArray(ArrayRef<Metadata * > Elements) getOrCreateMacroArray() argument
702 getOrCreateTypeArray(ArrayRef<Metadata * > Elements) getOrCreateTypeArray() argument
1206 replaceArrays(DICompositeType * & T,DINodeArray Elements,DINodeArray TParams) replaceArrays() argument
[all...]
H A DType.cpp531 Error StructType::setBodyOrError(ArrayRef<Type *> Elements, bool isPacked) { in create() argument
445 setBody(ArrayRef<Type * > Elements,bool isPacked) setBody() argument
524 create(LLVMContext & Context,ArrayRef<Type * > Elements,StringRef Name,bool isPacked) create() argument
539 create(ArrayRef<Type * > Elements,StringRef Name,bool isPacked) create() argument
546 create(ArrayRef<Type * > Elements) create() argument
[all...]
H A DDebugInfo.cpp1166 LLVMDIBuilderCreateImportedModuleFromAlias(LLVMDIBuilderRef Builder,LLVMMetadataRef Scope,LLVMMetadataRef ImportedEntity,LLVMMetadataRef File,unsigned Line,LLVMMetadataRef * Elements,unsigned NumElements) LLVMDIBuilderCreateImportedModuleFromAlias() argument
1178 LLVMDIBuilderCreateImportedModuleFromModule(LLVMDIBuilderRef Builder,LLVMMetadataRef Scope,LLVMMetadataRef M,LLVMMetadataRef File,unsigned Line,LLVMMetadataRef * Elements,unsigned NumElements) LLVMDIBuilderCreateImportedModuleFromModule() argument
1192 LLVMDIBuilderCreateImportedDeclaration(LLVMDIBuilderRef Builder,LLVMMetadataRef Scope,LLVMMetadataRef Decl,LLVMMetadataRef File,unsigned Line,const char * Name,size_t NameLen,LLVMMetadataRef * Elements,unsigned NumElements) LLVMDIBuilderCreateImportedDeclaration() argument
1282 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) LLVMDIBuilderCreateEnumerationType() argument
1295 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) LLVMDIBuilderCreateUnionType() argument
1351 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) LLVMDIBuilderCreateStructType() argument
1523 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) LLVMDIBuilderCreateClassType() argument
[all...]
/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp182 DINodeArray Elements = ETy->getElements(); completeType() local
221 DINodeArray Elements = ETy->getElements(); completeType() local
296 const DINodeArray Elements = STy->getElements(); completeType() local
344 DITypeRefArray Elements = STy->getTypeArray(); completeType() local
562 DITypeRefArray Elements = STy->getTypeArray(); visitSubroutineType() local
664 const DINodeArray Elements = CTy->getElements(); visitStructType() local
704 DINodeArray Elements = CTy->getElements(); visitArrayType() local
737 DINodeArray Elements = CTy->getElements(); visitEnumType() local
966 const DINodeArray Elements = CTy->getElements(); visitMapDefType() local
[all...]
/llvm-project/llvm/lib/Support/
H A DIntervalMap.cpp120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
H A DJSON.cpp98 Array::Array(std::initializer_list<Value> Elements) { in Array()
106 Value::Value(std::initializer_list<Value> Elements) in Value()
246 std::vector<const Object::value_type *> Elements; in sortedElements() local
/llvm-project/clang/lib/CodeGen/Targets/
H A DLanai.cpp112 SmallVector<llvm::Type *, 3> Elements(SizeInRegs, Int32); in classifyArgumentType() local
H A DARC.cpp122 SmallVector<llvm::Type *, 3> Elements(SizeInRegs, Int32); in classifyArgumentType() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DExpectedTypeTest.cpp55 std::vector<Matcher<MapEntry>> Elements; in classesAre() local
/llvm-project/llvm/lib/MC/
H A DDXContainerPSVInfo.cpp39 ArrayRef<PSVSignatureElement> Elements) { in ProcessElementList()
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DEvaluator.h75 SmallVector<MutableValue> Elements; member
/llvm-project/llvm/unittests/ADT/
H A DTestGraph.h39 BitVector Elements; variable
/llvm-project/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp70 SmallVector<Constant *, 8> Elements(MaxThreads); createLoweredInitializer() local
/llvm-project/clang/lib/AST/
H A DExprObjC.cpp28 ObjCArrayLiteral(ArrayRef<Expr * > Elements,QualType T,ObjCMethodDecl * Method,SourceRange SR) ObjCArrayLiteral() argument
40 Create(const ASTContext & C,ArrayRef<Expr * > Elements,QualType T,ObjCMethodDecl * Method,SourceRange SR) Create() argument
/llvm-project/clang/lib/Interpreter/
H A DValue.cpp88 size_t Elements = 0; member in __anon35be5cad0111::ValueStorage
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DLoggerTest.cpp14 int Elements = 0; member
/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h457 void trim(uint64_t Elements) XRAY_NEVER_INSTRUMENT { in trim()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp858 auto Elements = cast<DISubroutineType>(CTy)->getTypeArray(); constructTypeDIE() local
946 DINodeArray Elements = CTy->getElements(); constructTypeDIE() local
1494 const DINodeArray Elements = CTy->getElements(); hasVectorBeenPadded() local
1571 DINodeArray Elements = CTy->getElements(); constructArrayTypeDIE() local
1597 DINodeArray Elements = CTy->getElements(); constructEnumTypeDIE() local
[all...]
/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp252 static Error checkOverlappingElement(std::list<MachOElement> &Elements, in checkOverlappingElement() argument
289 std::list<MachOElement> &Elements) { in parseSegmentLoadCommand() argument
413 std::list<MachOElement> &Elements) { in checkSymtabCommand() argument
471 checkDysymtabCommand(const MachOObjectFile & Obj,const MachOObjectFile::LoadCommandInfo & Load,uint32_t LoadCommandIndex,const char ** DysymtabLoadCmd,std::list<MachOElement> & Elements) checkDysymtabCommand() argument
604 checkLinkeditDataCommand(const MachOObjectFile & Obj,const MachOObjectFile::LoadCommandInfo & Load,uint32_t LoadCommandIndex,const char ** LoadCmd,const char * CmdName,std::list<MachOElement> & Elements,const char * ElementName) checkLinkeditDataCommand() argument
642 checkDyldInfoCommand(const MachOObjectFile & Obj,const MachOObjectFile::LoadCommandInfo & Load,uint32_t LoadCommandIndex,const char ** LoadCmd,const char * CmdName,std::list<MachOElement> & Elements) checkDyldInfoCommand() argument
836 checkNoteCommand(const MachOObjectFile & Obj,const MachOObjectFile::LoadCommandInfo & Load,uint32_t LoadCommandIndex,std::list<MachOElement> & Elements) checkNoteCommand() argument
1204 checkTwoLevelHintsCommand(const MachOObjectFile & Obj,const MachOObjectFile::LoadCommandInfo & Load,uint32_t LoadCommandIndex,const char ** LoadCmd,std::list<MachOElement> & Elements) checkTwoLevelHintsCommand() argument
1298 std::list<MachOElement> Elements; MachOObjectFile() local
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h152 Elements, // --print=elements enumerator
243 LVElementKindSet Elements; // --select-elements=<Kind> variable
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVCompare.cpp200 LVElements Elements; in execute() local
/llvm-project/llvm/lib/TableGen/
H A DTGParser.h78 SmallVector<Init *, 16> Elements; member
/llvm-project/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c401 value SizeInBits, value AlignInBits, value Elements, value ClassTy) { in llvm_dibuild_create_enumeration_type_native() argument
428 value SizeInBits, value AlignInBits, value Flags, value Elements, in llvm_dibuild_create_union_type_native() argument
517 value Elements, value RunTimeLanguage, value VTableHolder, value UniqueId) { in llvm_dibuild_create_struct_type_native() argument
773 llvm_dibuild_create_class_type_native(value Builder,value Scope,value Name,value File,value LineNumber,value SizeInBits,value AlignInBits,value OffsetInBits,value Flags,value DerivedFrom,value Elements,value VTableHolder,value TemplateParamsNode,value UniqueIdentifier) llvm_dibuild_create_class_type_native() argument
[all...]

1234