/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | ARMAttributeParser.cpp | 89 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 D | ClangCommentCommandInfoEmitter.cpp | 31 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 D | ClangCommentHTMLNamedCharacterReferenceEmitter.cpp | 57 Record &Tag = **I; in EmitClangCommentHTMLNamedCharacterReferences() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | Use.cpp | 98 unsigned Tag = (Current++)->Prev.getInt(); in getImpliedUser() local 108 unsigned Tag = Current->Prev.getInt(); in getImpliedUser() local
|
H A D | DIBuilder.cpp | 45 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 D | SyntaxHighlighting.h | 20 enum HighlightColor { Address, String, Tag, Attribute, Enumerator }; enumerator
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-mcmarkup/ |
H A D | llvm-mcmarkup.cpp | 89 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 D | CTagsEmitter.cpp | 31 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 D | GCOV.h | 102 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 D | YAMLParser.h | 168 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 D | RegisterClassInfo.h | 28 unsigned Tag; member 49 unsigned Tag; variable
|
H A D | LiveIntervalUnion.h | 120 unsigned Tag, UserTag; variable
|
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporterVisitor.h | 254 static int Tag = 0; in getTag() local 289 static int Tag = 0; in Profile() local
|
H A D | BugReporter.h | 228 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 D | DIEHash.cpp | 234 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 D | DWARFAbbreviationDeclaration.h | 22 uint32_t Tag; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | ARMBuildAttrs.cpp | 85 int AttrTypeFromString(StringRef Tag) { in AttrTypeFromString()
|
H A D | Dwarf.cpp | 20 const char *llvm::dwarf::TagString(unsigned Tag) { in TagString()
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | InterferenceCache.h | 33 unsigned Tag; member 46 unsigned Tag; variable
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ObjCContainersChecker.cpp | 51 static void *getTag() { static int Tag; return &Tag; } in getTag() local
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | debug-info-enum-class.cpp | 19 enum class Tag { enum
|
/minix3/external/bsd/llvm/dist/llvm/lib/ProfileData/ |
H A D | CoverageMappingWriter.cpp | 95 unsigned Tag = unsigned(C.getKind()); in encodeCounter() local
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | ExternalASTSource.cpp | 31 void ExternalASTSource::CompleteType(TagDecl *Tag) {} in CompleteType()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/ |
H A D | ProgramPoint.h | 73 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 D | YAMLBench.cpp | 68 std::string Tag = N->getVerbatimTag(); in prettyTag() local
|