/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Annotation2Metadata.cpp | 33 auto *Annotations = M.getGlobalVariable("llvm.global.annotations"); in convertAnnotation2Metadata() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 319 StringRef Name, DINodeArray Annotations) { in createPointerType() 352 DINodeArray Annotations) { in createTypedef() 363 DINode::DIFlags Flags, DINodeArray Annotations) { in createTemplateAlias() 393 DINode::DIFlags Flags, DIType *Ty, DINodeArray Annotations) { in createMemberType() 419 DINode::DIFlags Flags, DIType *Ty, DINodeArray Annotations) { in createBitFieldMemberType() 681 DINodeArray Annotations) { in createReplaceableCompositeType() 757 uint32_t AlignInBits, DINodeArray Annotations) { in createGlobalVariableExpression() 791 uint32_t AlignInBits, DINodeArray Annotations = nullptr) { in createLocalVariable() 821 DINodeArray Annotations) { in createParameterVariable() 860 DITypeArray ThrownTypes, DINodeArray Annotations, in createFunction()
|
H A D | DebugInfoMetadata.cpp | 744 Metadata *Annotations, StorageType Storage, bool ShouldCreate) { in getImpl() 771 Metadata *Rank, Metadata *Annotations, StorageType Storage, in getImpl() 799 Metadata *Rank, Metadata *Annotations) { in buildODRType() 841 Metadata *Rank, Metadata *Annotations) { in getODRType() 1129 Metadata *ThrownTypes, Metadata *Annotations, MDString *TargetFuncName, in getImpl() 1283 Metadata *Annotations, StorageType Storage, in getImpl() 1308 Metadata *Annotations, StorageType Storage, in getImpl()
|
H A D | Metadata.cpp | 1659 void Instruction::addAnnotationMetadata(SmallVector<StringRef> Annotations) { in addAnnotationMetadata()
|
/freebsd/contrib/llvm-project/llvm/lib/Testing/Annotations/ |
H A D | Annotations.cpp | 26 Annotations::Annotations(llvm::StringRef Text) { in Annotations() function in Annotations
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 1576 Metadata *Annotations = nullptr; in parseOneMetadata() local 1632 Metadata *Annotations = nullptr; in parseOneMetadata() local 2029 Metadata *Annotations = nullptr; in parseOneMetadata() local 2128 Metadata *Annotations = nullptr; in parseOneMetadata() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 1233 llvm::DINodeArray Annotations = nullptr; in CreatePointerLikeType() local 1495 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(Ty->getDecl()); in CreateType() local 1633 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(BitFieldDecl); in createBitFieldType() local 1704 llvm::DINodeArray Annotations = in createBitFieldSeparatorIfNeeded() local 1714 llvm::DIScope *scope, const RecordDecl *RD, llvm::DINodeArray Annotations) { in createFieldType() 1856 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(field); in CollectRecordNormalField() local 2431 SmallVector<llvm::Metadata *, 4> Annotations; in CollectBTFDeclTagAnnotations() local 3913 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(D); in CreateLimitedType() local 4444 llvm::DINodeArray Annotations = nullptr; in emitFunctionStart() local 4519 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(D); in EmitFunctionDecl() local [all …]
|
H A D | CodeGenModule.h | 434 std::vector<llvm::Constant*> Annotations; variable
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/ |
H A D | Disassembler.cpp | 265 raw_svector_ostream Annotations(InsnStr); LLVMDisasmInstruction() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 291 CXAvailabilityKind Availability, const char **Annotations, in CodeCompletionString()
|
/freebsd/contrib/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 void DwarfUnit::addAnnotation(DIE &Buffer, DINodeArray Annotations) { in addAnnotation()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 462 raw_svector_ostream Annotations(InsnStr); in createInstructions() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 583 void BTFDebug::processDeclAnnotations(DINodeArray Annotations, in processDeclAnnotations() 628 for (const Metadata *Annotations : Annots->operands()) { in genBTFTypeTags() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 2867 auto Annotations = AnnotationInfos.find(II); in addMacroDeprecationMsg() local 2879 auto Annotations = AnnotationInfos.find(II); in addRestrictExpansionMsg() local 2890 auto Annotations = AnnotationInfos.find(II); in addFinalLoc() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | CodeCompleteConsumer.h | 701 SmallVector<const char *, 2> Annotations; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 1715 auto Annotations = DB.getOrCreateArray({ in getOrCreateRegionCounters() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 7613 raw_svector_ostream Annotations(AnnotationsBytes); in DisassembleMachO() local 7690 raw_svector_ostream Annotations(AnnotationsBytes); in DisassembleMachO() local
|