Home
last modified time | relevance | path

Searched defs:Annotations (Results 1 – 18 of 18) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAnnotation2Metadata.cpp33 auto *Annotations = M.getGlobalVariable("llvm.global.annotations"); in convertAnnotation2Metadata() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp367 TParams.get(), Annotations); in createMemberType() argument
393 DINode::DIFlags Flags, DIType *Ty, DINodeArray Annotations) { in createBitFieldMemberType() argument
306 createPointerType(DIType * PointeeTy,uint64_t SizeInBits,uint32_t AlignInBits,std::optional<unsigned> DWARFAddressSpace,StringRef Name,DINodeArray Annotations) createPointerType() argument
338 createTypedef(DIType * Ty,StringRef Name,DIFile * File,unsigned LineNo,DIScope * Context,uint32_t AlignInBits,DINode::DIFlags Flags,DINodeArray Annotations) createTypedef() argument
654 createReplaceableCompositeType(unsigned Tag,StringRef Name,DIScope * Scope,DIFile * F,unsigned Line,unsigned RuntimeLang,uint64_t SizeInBits,uint32_t AlignInBits,DINode::DIFlags Flags,StringRef UniqueIdentifier,DINodeArray Annotations) createReplaceableCompositeType() argument
730 createGlobalVariableExpression(DIScope * Context,StringRef Name,StringRef LinkageName,DIFile * F,unsigned LineNumber,DIType * Ty,bool IsLocalToUnit,bool isDefined,DIExpression * Expr,MDNode * Decl,MDTuple * TemplateParams,uint32_t AlignInBits,DINodeArray Annotations) createGlobalVariableExpression() argument
764 createLocalVariable(LLVMContext & VMContext,SmallVectorImpl<TrackingMDNodeRef> & PreservedNodes,DIScope * Context,StringRef Name,unsigned ArgNo,DIFile * File,unsigned LineNo,DIType * Ty,bool AlwaysPreserve,DINode::DIFlags Flags,uint32_t AlignInBits,DINodeArray Annotations=nullptr) createLocalVariable() argument
794 createParameterVariable(DIScope * Scope,StringRef Name,unsigned ArgNo,DIFile * File,unsigned LineNo,DIType * Ty,bool AlwaysPreserve,DINode::DIFlags Flags,DINodeArray Annotations) createParameterVariable() argument
833 createFunction(DIScope * Context,StringRef Name,StringRef LinkageName,DIFile * File,unsigned LineNo,DISubroutineType * Ty,unsigned ScopeLine,DINode::DIFlags Flags,DISubprogram::DISPFlags SPFlags,DITemplateParameterArray TParams,DISubprogram * Decl,DITypeArray ThrownTypes,DINodeArray Annotations,StringRef TargetFuncName) createFunction() argument
[all...]
H A DDebugInfoMetadata.cpp740 getImpl(LLVMContext & Context,unsigned Tag,MDString * Name,Metadata * File,unsigned Line,Metadata * Scope,Metadata * BaseType,uint64_t SizeInBits,uint32_t AlignInBits,uint64_t OffsetInBits,std::optional<unsigned> DWARFAddressSpace,DIFlags Flags,Metadata * ExtraData,Metadata * Annotations,StorageType Storage,bool ShouldCreate) getImpl() argument
761 getImpl(LLVMContext & Context,unsigned Tag,MDString * Name,Metadata * File,unsigned Line,Metadata * Scope,Metadata * BaseType,uint64_t SizeInBits,uint32_t AlignInBits,uint64_t OffsetInBits,DIFlags Flags,Metadata * Elements,unsigned RuntimeLang,Metadata * VTableHolder,Metadata * TemplateParams,MDString * Identifier,Metadata * Discriminator,Metadata * DataLocation,Metadata * Associated,Metadata * Allocated,Metadata * Rank,Metadata * Annotations,StorageType Storage,bool ShouldCreate) getImpl() argument
789 buildODRType(LLVMContext & Context,MDString & Identifier,unsigned Tag,MDString * Name,Metadata * File,unsigned Line,Metadata * Scope,Metadata * BaseType,uint64_t SizeInBits,uint32_t AlignInBits,uint64_t OffsetInBits,DIFlags Flags,Metadata * Elements,unsigned RuntimeLang,Metadata * VTableHolder,Metadata * TemplateParams,Metadata * Discriminator,Metadata * DataLocation,Metadata * Associated,Metadata * Allocated,Metadata * Rank,Metadata * Annotations) buildODRType() argument
831 getODRType(LLVMContext & Context,MDString & Identifier,unsigned Tag,MDString * Name,Metadata * File,unsigned Line,Metadata * Scope,Metadata * BaseType,uint64_t SizeInBits,uint32_t AlignInBits,uint64_t OffsetInBits,DIFlags Flags,Metadata * Elements,unsigned RuntimeLang,Metadata * VTableHolder,Metadata * TemplateParams,Metadata * Discriminator,Metadata * DataLocation,Metadata * Associated,Metadata * Allocated,Metadata * Rank,Metadata * Annotations) getODRType() argument
1119 getImpl(LLVMContext & Context,Metadata * Scope,MDString * Name,MDString * LinkageName,Metadata * File,unsigned Line,Metadata * Type,unsigned ScopeLine,Metadata * ContainingType,unsigned VirtualIndex,int ThisAdjustment,DIFlags Flags,DISPFlags SPFlags,Metadata * Unit,Metadata * TemplateParams,Metadata * Declaration,Metadata * RetainedNodes,Metadata * ThrownTypes,Metadata * Annotations,MDString * TargetFuncName,StorageType Storage,bool ShouldCreate) getImpl() argument
1273 getImpl(LLVMContext & Context,Metadata * Scope,MDString * Name,MDString * LinkageName,Metadata * File,unsigned Line,Metadata * Type,bool IsLocalToUnit,bool IsDefinition,Metadata * StaticDataMemberDeclaration,Metadata * TemplateParams,uint32_t AlignInBits,Metadata * Annotations,StorageType Storage,bool ShouldCreate) getImpl() argument
1298 getImpl(LLVMContext & Context,Metadata * Scope,MDString * Name,Metadata * File,unsigned Line,Metadata * Type,unsigned Arg,DIFlags Flags,uint32_t AlignInBits,Metadata * Annotations,StorageType Storage,bool ShouldCreate) getImpl() argument
[all...]
H A DMetadata.cpp1650 addAnnotationMetadata(SmallVector<StringRef> Annotations) addAnnotationMetadata() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Testing/Annotations/
H A DAnnotations.cpp26 Annotations::Annotations(llvm::StringRef Text) { in Annotations() function in Annotations
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1214 llvm::DINodeArray Annotations = nullptr; CreatePointerLikeType() local
1394 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(Ty->getDecl()); CreateType() local
1529 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(BitFieldDecl); createBitFieldType() local
1600 llvm::DINodeArray Annotations = createBitFieldSeparatorIfNeeded() local
1610 createFieldType(StringRef name,QualType type,SourceLocation loc,AccessSpecifier AS,uint64_t offsetInBits,uint32_t AlignInBits,llvm::DIFile * tunit,llvm::DIScope * scope,const RecordDecl * RD,llvm::DINodeArray Annotations) createFieldType() argument
1730 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(field); CollectRecordNormalField() local
2305 SmallVector<llvm::Metadata *, 4> Annotations; CollectBTFDeclTagAnnotations() local
3760 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(D); CreateLimitedType() local
4291 llvm::DINodeArray Annotations = nullptr; emitFunctionStart() local
4366 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(D); EmitFunctionDecl() local
4717 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(VD); EmitDeclare() local
5532 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(D); EmitGlobalVariable() local
[all...]
H A DCodeGenModule.h432 std::vector<llvm::Constant*> Annotations; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1568 Metadata *Annotations = nullptr; parseOneMetadata() local
1615 Metadata *Annotations = nullptr; parseOneMetadata() local
2012 Metadata *Annotations = nullptr; parseOneMetadata() local
2111 Metadata *Annotations = nullptr; parseOneMetadata() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp266 raw_svector_ostream Annotations(InsnStr); in LLVMDisasmInstruction() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp291 CXAvailabilityKind Availability, const char **Annotations, in CodeCompletionString() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h173 std::vector<std::pair<MCSymbol *, MDNode *>> Annotations; member
H A DDwarfUnit.cpp853 addAnnotation(DIE & Buffer,DINodeArray Annotations) addAnnotation() argument
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp433 raw_svector_ostream Annotations(InsnStr); createInstructions() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2796 auto Annotations = AnnotationInfos.find(II); addMacroDeprecationMsg() local
2808 auto Annotations = AnnotationInfos.find(II); addRestrictExpansionMsg() local
2819 auto Annotations = AnnotationInfos.find(II); addFinalLoc() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp582 processDeclAnnotations(DINodeArray Annotations,uint32_t BaseTypeId,int ComponentIdx) processDeclAnnotations() argument
627 for (const Metadata *Annotations : Annots->operands()) { genBTFTypeTags() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h699 SmallVector<const char *, 2> Annotations; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1375 auto Annotations = DB.getOrCreateArray({ getOrCreateRegionCounters() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7501 raw_svector_ostream Annotations(AnnotationsBytes); DisassembleMachO() local
7578 raw_svector_ostream Annotations(AnnotationsBytes); DisassembleMachO() local