Home
last modified time | relevance | path

Searched defs:Tag (Results 1 – 25 of 83) sorted by relevance

1234

/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A DARMAttributeParser.cpp89 void ARMAttributeParser::IntegerAttribute(AttrType Tag, const uint8_t *Data, in IntegerAttribute()
95 void ARMAttributeParser::StringAttribute(AttrType Tag, const uint8_t *Data, in StringAttribute()
106 void ARMAttributeParser::PrintAttribute(unsigned Tag, unsigned Value, in PrintAttribute()
119 void ARMAttributeParser::CPU_arch(AttrType Tag, const uint8_t *Data, in CPU_arch()
133 void ARMAttributeParser::CPU_arch_profile(AttrType Tag, const uint8_t *Data, in CPU_arch_profile()
150 void ARMAttributeParser::ARM_ISA_use(AttrType Tag, const uint8_t *Data, in ARM_ISA_use()
160 void ARMAttributeParser::THUMB_ISA_use(AttrType Tag, const uint8_t *Data, in THUMB_ISA_use()
170 void ARMAttributeParser::FP_arch(AttrType Tag, const uint8_t *Data, in FP_arch()
183 void ARMAttributeParser::WMMX_arch(AttrType Tag, const uint8_t *Data, in WMMX_arch()
193 void ARMAttributeParser::Advanced_SIMD_arch(AttrType Tag, const uint8_t *Data, in Advanced_SIMD_arch()
[all …]
/minix3/external/bsd/llvm/dist/clang/utils/TableGen/
H A DClangCommentCommandInfoEmitter.cpp31 Record &Tag = *Tags[i]; in EmitClangCommentCommandInfo() local
65 Record &Tag = *Tags[i]; in EmitClangCommentCommandInfo() local
119 Record &Tag = *Tags[i]; in EmitClangCommentCommandList() local
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp57 Record &Tag = **I; in EmitClangCommentHTMLNamedCharacterReferences() local
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DUse.cpp98 unsigned Tag = (Current++)->Prev.getInt(); in getImpliedUser() local
108 unsigned Tag = Current->Prev.getInt(); in getImpliedUser() local
H A DDIBuilder.cpp45 static HeaderBuilder get(unsigned Tag) { in get()
190 createImportedModule(LLVMContext &C, dwarf::Tag Tag, DIScope Context, in createImportedModule()
298 DIDerivedType DIBuilder::createQualifiedType(unsigned Tag, DIType FromTy) { in createQualifiedType()
350 DIDerivedType DIBuilder::createReferenceType(unsigned Tag, DIType RTy) { in createReferenceType()
515 LLVMContext &VMContext, unsigned Tag, DIDescriptor Context, StringRef Name, in createTemplateValueParameterHelper()
784 DIBuilder::createForwardDecl(unsigned Tag, StringRef Name, DIDescriptor Scope, in createForwardDecl()
814 unsigned Tag, StringRef Name, DIDescriptor Scope, DIFile F, unsigned Line, in createReplaceableForwardDecl()
915 DIVariable DIBuilder::createLocalVariable(unsigned Tag, DIDescriptor Scope, in createLocalVariable()
/minix3/external/bsd/llvm/dist/llvm/lib/DebugInfo/
H A DSyntaxHighlighting.h20 enum HighlightColor { Address, String, Tag, Attribute, Enumerator }; enumerator
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-mcmarkup/
H A Dllvm-mcmarkup.cpp89 static void processStartTag(MarkupTag &Tag) { in processStartTag()
111 static void processEndTag(MarkupTag &Tag) { in processEndTag()
202 MarkupTag &Tag = TagStack.back(); in parseMCMarkup() local
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCTagsEmitter.cpp31 class Tag { class
36 Tag(const std::string &Name, const SMLoc Location) in Tag() function in __anon9a966d3a0111::Tag
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DGCOV.h102 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor+4); in readFunctionTag() local
115 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor+4); in readBlockTag() local
128 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor+4); in readEdgeTag() local
141 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor+4); in readLineTag() local
154 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor+4); in readArcTag() local
167 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor+4); in readObjectTag() local
180 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor+4); in readProgramTag() local
H A DYAMLParser.h168 StringRef Tag; variable
194 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode()
353 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in MappingNode()
407 SequenceNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in SequenceNode()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h28 unsigned Tag; member
49 unsigned Tag; variable
H A DLiveIntervalUnion.h120 unsigned Tag, UserTag; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitor.h254 static int Tag = 0; in getTag() local
289 static int Tag = 0; in Profile() local
H A DBugReporter.h228 void markInvalid(const void *Tag, const void *Data) { in markInvalid()
235 void removeInvalidation(const void *Tag, const void *Data) { in removeInvalidation()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp234 void DIEHash::hashDIEEntry(dwarf::Attribute Attribute, dwarf::Tag Tag, in hashDIEEntry()
295 void DIEHash::hashAttribute(AttrEntry Attr, dwarf::Tag Tag) { in hashAttribute()
375 void DIEHash::hashAttributes(const DIEAttrs &Attrs, dwarf::Tag Tag) { in hashAttributes()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/
H A DDWARFAbbreviationDeclaration.h22 uint32_t Tag; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DARMBuildAttrs.cpp85 int AttrTypeFromString(StringRef Tag) { in AttrTypeFromString()
H A DDwarf.cpp20 const char *llvm::dwarf::TagString(unsigned Tag) { in TagString()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DInterferenceCache.h33 unsigned Tag; member
46 unsigned Tag; variable
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersChecker.cpp51 static void *getTag() { static int Tag; return &Tag; } in getTag() local
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Ddebug-info-enum-class.cpp19 enum class Tag { enum
/minix3/external/bsd/llvm/dist/llvm/lib/ProfileData/
H A DCoverageMappingWriter.cpp95 unsigned Tag = unsigned(C.getKind()); in encodeCounter() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExternalASTSource.cpp31 void ExternalASTSource::CompleteType(TagDecl *Tag) {} in CompleteType()
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DProgramPoint.h73 llvm::PointerIntPair<const ProgramPointTag *, 2, unsigned> Tag; variable
507 const LocationContext *L, const ProgramPointTag *Tag) in ImplicitCallPoint()
532 : ImplicitCallPoint(D, Loc, PreImplicitCallKind, L, Tag) {} in ImplicitCallPoint() argument
549 : ImplicitCallPoint(D, Loc, PostImplicitCallKind, L, Tag) {} in ImplicitCallPoint() argument
/minix3/external/bsd/llvm/dist/llvm/utils/yaml-bench/
H A DYAMLBench.cpp68 std::string Tag = N->getVerbatimTag(); in prettyTag() local

1234