/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Annotation2Metadata.cpp | 33 auto *C = dyn_cast_or_null<Constant>(Annotations); in convertAnnotation2Metadata() local
|
/llvm-project/llvm/unittests/MC/AMDGPU/ |
H A D | Disassembler.cpp | 95 raw_svector_ostream Annotations(AnnoStr); in TEST() local 178 raw_svector_ostream Annotations(AnnoStr); in TEST() local
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | TestingSupport.cpp | 58 auto Annotations = AnnotatedCode.ranges(); in buildLineToAnnotationMapping() local 97 std::vector<llvm::Annotations::Range> Annotations = AnnotatedCode.ranges(); in buildStatementToAnnotationMapping() local [all...] |
H A D | TestingSupportTest.cpp | 70 [](const llvm::DenseMap<const Stmt *, std::string> &Annotations) { in TEST()
|
H A D | UncheckedOptionalAccessModelTest.cpp | 1358 __anon658199900302( const llvm::DenseMap<unsigned, std::string> &Annotations, const AnalysisOutputs &AO) ExpectDiagnosticsFor() argument
|
/llvm-project/llvm/utils/FileCheck/ |
H A D | FileCheck.cpp | 384 std::vector<InputAnnotation> &Annotations, in BuildInputAnnotations() 538 std::vector<InputAnnotation> &Annotations, in DumpAnnotatedInput() 870 std::vector<InputAnnotation> Annotations; in main() local
|
/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 319 StringRef Name, DINodeArray Annotations) { in createPointerType() argument 352 DINodeArray Annotations) { in createTypedef() argument 363 DINode::DIFlags Flags, DINodeArray Annotations) { in createTemplateAlias() argument 393 DINode::DIFlags Flags, DIType *Ty, DINodeArray Annotations) { in createMemberType() argument 419 DINode::DIFlags Flags, DIType *Ty, DINodeArray Annotations) { in createBitFieldMemberType() argument 681 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 757 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 791 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 821 createParameterVariable(DIScope * Scope,StringRef Name,unsigned ArgNo,DIFile * File,unsigned LineNo,DIType * Ty,bool AlwaysPreserve,DINode::DIFlags Flags,DINodeArray Annotations) createParameterVariable() argument 860 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 D | DebugInfoMetadata.cpp | 744 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,std::optional<PtrAuthData> PtrAuthData,DIFlags Flags,Metadata * ExtraData,Metadata * Annotations,StorageType Storage,bool ShouldCreate) getImpl() argument 771 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 799 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 841 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 1129 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 1283 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 1308 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 D | Metadata.cpp | 1658 addAnnotationMetadata(SmallVector<StringRef> Annotations) addAnnotationMetadata() argument
|
/llvm-project/llvm/lib/Testing/Annotations/ |
H A D | Annotations.cpp | 26 Annotations::Annotations(llvm::StringRef Text) { in Annotations() function in Annotations
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Diagnostics.h | 89 Annotations; member
|
/llvm-project/llvm/lib/MC/MCDisassembler/ |
H A D | Disassembler.cpp | 266 raw_svector_ostream Annotations(InsnStr); LLVMDisasmInstruction() local
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 1632 Metadata *Annotations = nullptr; in parseOneMetadata() local 1576 Metadata *Annotations = nullptr; parseOneMetadata() local 2029 Metadata *Annotations = nullptr; parseOneMetadata() local 2128 Metadata *Annotations = nullptr; parseOneMetadata() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 1233 llvm::DINodeArray Annotations = nullptr; CreatePointerLikeType() local 1495 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(Ty->getDecl()); CreateType() local 1633 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(BitFieldDecl); createBitFieldType() local 1704 llvm::DINodeArray Annotations = createBitFieldSeparatorIfNeeded() local 1714 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 1856 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(field); CollectRecordNormalField() local 2431 SmallVector<llvm::Metadata *, 4> Annotations; CollectBTFDeclTagAnnotations() local 3913 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(D); CreateLimitedType() local 4444 llvm::DINodeArray Annotations = nullptr; emitFunctionStart() local 4519 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(D); EmitFunctionDecl() local 4870 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(VD); EmitDeclare() local 5673 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(D); EmitGlobalVariable() local [all...] |
H A D | CodeGenModule.h | 434 std::vector<llvm::Constant*> Annotations; global() variable
|
/llvm-project/clang/unittests/Format/ |
H A D | FormatTestJava.cpp | 251 TEST_F(FormatTestJava, Annotations) { in TEST_F() argument
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.h | 173 std::vector<std::pair<MCSymbol *, MDNode *>> Annotations; member
|
H A D | DwarfUnit.cpp | 886 addAnnotation(DIE & Buffer,DINodeArray Annotations) addAnnotation() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 291 CodeCompletionString(const Chunk * Chunks,unsigned NumChunks,unsigned Priority,CXAvailabilityKind Availability,const char ** Annotations,unsigned NumAnnotations,StringRef ParentName,const char * BriefComment) CodeCompletionString() argument
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 462 raw_svector_ostream Annotations(InsnStr); in createInstructions() local
|
/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 583 processDeclAnnotations(DINodeArray Annotations,uint32_t BaseTypeId,int ComponentIdx) processDeclAnnotations() argument 628 for (const Metadata *Annotations : Annots->operands()) { genBTFTypeTags() local
|
/llvm-project/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 2866 auto Annotations = AnnotationInfos.find(II); addMacroDeprecationMsg() local 2878 auto Annotations = AnnotationInfos.find(II); addRestrictExpansionMsg() local 2889 auto Annotations = AnnotationInfos.find(II); addFinalLoc() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | CodeCompleteConsumer.h | 701 SmallVector<const char *, 2> Annotations; global() variable
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 1537 auto Annotations = DB.getOrCreateArray({ getOrCreateRegionCounters() local
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 7613 raw_svector_ostream Annotations(AnnotationsBytes); DisassembleMachO() local 7690 raw_svector_ostream Annotations(AnnotationsBytes); DisassembleMachO() local
|