/openbsd-src/gnu/llvm/llvm/utils/FileCheck/ |
H A D | FileCheck.cpp | 384 std::vector<InputAnnotation> &Annotations, in BuildInputAnnotations() 538 std::vector<InputAnnotation> &Annotations, in DumpAnnotatedInput() 886 std::vector<InputAnnotation> Annotations; in main() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | Annotation2Metadata.cpp | 35 auto *Annotations = M.getGlobalVariable("llvm.global.annotations"); in convertAnnotation2Metadata() local
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 322 StringRef Name, DINodeArray Annotations) { in createPointerType() 354 DINodeArray Annotations) { in createTypedef() 383 DINode::DIFlags Flags, DIType *Ty, DINodeArray Annotations) { in createMemberType() 409 DINode::DIFlags Flags, DIType *Ty, DINodeArray Annotations) { in createBitFieldMemberType() 668 DINodeArray Annotations) { in createReplaceableCompositeType() 744 uint32_t AlignInBits, DINodeArray Annotations) { in createGlobalVariableExpression() 778 uint32_t AlignInBits, DINodeArray Annotations = nullptr) { in createLocalVariable() 812 DINodeArray Annotations) { in createParameterVariable() 853 DITypeArray ThrownTypes, DINodeArray Annotations, in createFunction()
|
H A D | DebugInfoMetadata.cpp | 671 Metadata *ExtraData, Metadata *Annotations, in getImpl() 692 Metadata *Rank, Metadata *Annotations, StorageType Storage, in getImpl() 720 Metadata *Rank, Metadata *Annotations) { in buildODRType() 762 Metadata *Rank, Metadata *Annotations) { in getODRType() 1047 Metadata *ThrownTypes, Metadata *Annotations, MDString *TargetFuncName, in getImpl() 1197 Metadata *Annotations, StorageType Storage, in getImpl() 1222 Metadata *Annotations, StorageType Storage, in getImpl()
|
/openbsd-src/gnu/llvm/llvm/lib/Testing/Annotations/ |
H A D | Annotations.cpp | 26 Annotations::Annotations(llvm::StringRef Text) { in Annotations() function in Annotations
|
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 1466 Metadata *Annotations = nullptr; in parseOneMetadata() local 1513 Metadata *Annotations = nullptr; in parseOneMetadata() local 1905 Metadata *Annotations = nullptr; in parseOneMetadata() local 2004 Metadata *Annotations = nullptr; in parseOneMetadata() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 1174 llvm::DINodeArray Annotations = nullptr; in CreatePointerLikeType() local 1354 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(Ty->getDecl()); in CreateType() local 1485 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(BitFieldDecl); in createBitFieldType() local 1494 llvm::DIScope *scope, const RecordDecl *RD, llvm::DINodeArray Annotations) { in createFieldType() 1602 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(field); in CollectRecordNormalField() local 2193 SmallVector<llvm::Metadata *, 4> Annotations; in CollectBTFDeclTagAnnotations() local 3614 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(D); in CreateLimitedType() local 4145 llvm::DINodeArray Annotations = nullptr; in emitFunctionStart() local 4220 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(D); in EmitFunctionDecl() local 4572 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(VD); in EmitDeclare() local [all …]
|
H A D | CodeGenModule.h | 424 std::vector<llvm::Constant*> Annotations; variable
|
/openbsd-src/gnu/llvm/llvm/lib/MC/MCDisassembler/ |
H A D | Disassembler.cpp | 265 raw_svector_ostream Annotations(InsnStr); in LLVMDisasmInstruction() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.h | 158 std::vector<std::pair<MCSymbol *, MDNode *>> Annotations; member
|
H A D | DwarfUnit.cpp | 852 void DwarfUnit::addAnnotation(DIE &Buffer, DINodeArray Annotations) { in addAnnotation()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 285 CXAvailabilityKind Availability, const char **Annotations, in CodeCompletionString()
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 389 raw_svector_ostream Annotations(InsnStr); in createInstructions() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 2797 auto Annotations = AnnotationInfos.find(II); in addMacroDeprecationMsg() local 2809 auto Annotations = AnnotationInfos.find(II); in addRestrictExpansionMsg() local 2820 auto Annotations = AnnotationInfos.find(II); in addFinalLoc() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 581 void BTFDebug::processDeclAnnotations(DINodeArray Annotations, in processDeclAnnotations() 626 for (const Metadata *Annotations : Annots->operands()) { in genBTFTypeTags() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | CodeCompleteConsumer.h | 691 SmallVector<const char *, 2> Annotations; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 957 auto Annotations = DB.getOrCreateArray({ in getOrCreateRegionCounters() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 7908 raw_svector_ostream Annotations(AnnotationsBytes); in DisassembleMachO() local 7985 raw_svector_ostream Annotations(AnnotationsBytes); in DisassembleMachO() local
|