Searched refs:Tag (Results 26 - 50 of 230) sorted by relevance

12345678910

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DChecker.cpp19 int ImplicitNullDerefEvent::Tag; member in class:ImplicitNullDerefEvent
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Ddmrestag.c209 * Resource Tag tables
615 /* Major cheat: The Node field is also used for the Tag ptr. Clear it now */
753 char *Tag; local
782 Tag = AcpiDmGetResourceTag (ResourceBitIndex, Aml, ResourceTableIndex);
783 if (!Tag)
824 strncat (Pathname, Tag, ACPI_NAME_SIZE);
838 * Note, Tag is a const that is part of a lookup table.
840 IndexOp->Common.Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Tag);
927 char *Tag = NULL; local
949 Tag
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h79 DeclContext(unsigned Hash, uint32_t Line, uint32_t ByteSize, uint16_t Tag, argument
82 : QualifiedNameHash(Hash), Line(Line), ByteSize(ByteSize), Tag(Tag),
96 uint16_t getTag() const { return Tag; }
105 uint16_t Tag = dwarf::DW_TAG_compile_unit; member in class:llvm::DeclContext
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp149 unsigned Tag = DDTy->getTag(); local
151 if (Tag != dwarf::DW_TAG_member && Tag != dwarf::DW_TAG_typedef &&
152 Tag != dwarf::DW_TAG_const_type && Tag != dwarf::DW_TAG_volatile_type &&
153 Tag != dwarf::DW_TAG_restrict_type && Tag != dwarf::DW_TAG_atomic_type)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp29 dw_tag_t DWARFBaseDIE::Tag() const { function in class:DWARFBaseDIE
31 return m_die->Tag();
37 return lldb_private::DW_TAG_value_to_name(Tag());
H A DDWARFAbbreviationDeclaration.cpp88 return Tag() == rhs.Tag() && HasChildren() == rhs.HasChildren() &&
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h58 /// Returns the Tag of the Debug Info Entry associated with this
59 /// Accelerator Entry or None if the Tag is not recorded in this
61 virtual Optional<dwarf::Tag> getTag() const = 0;
133 Optional<dwarf::Tag> getTag() const override;
196 std::pair<uint64_t, dwarf::Tag> readAtoms(uint64_t *HashDataOffset);
269 dwarf::Tag Tag; ///< Dwarf Tag of the described entity. member in struct:llvm::DWARFDebugNames::Abbrev
272 Abbrev(uint32_t Code, dwarf::Tag Tag, argument
[all...]
H A DDWARFDebugInfoEntry.h49 dwarf::Tag getTag() const {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h306 unsigned Tag; member in struct:llvm::MDNodeKeyImpl
309 MDNodeKeyImpl(unsigned Tag, MDString *Header, ArrayRef<Metadata *> DwarfOps) argument
310 : MDNodeOpsKey(DwarfOps), Tag(Tag), Header(Header) {}
312 : MDNodeOpsKey(N, 1), Tag(N->getTag()), Header(N->getRawHeader()) {}
315 return Tag == RHS->getTag() && Header == RHS->getRawHeader() &&
319 unsigned getHashValue() const { return hash_combine(getHash(), Tag, Header); }
377 unsigned Tag; member in struct:llvm::MDNodeKeyImpl
384 MDNodeKeyImpl(unsigned Tag, MDString *Name, uint64_t SizeInBits, argument
386 : Tag(Ta
406 unsigned Tag; member in struct:llvm::MDNodeKeyImpl
419 MDNodeKeyImpl(unsigned Tag, MDString *Name, Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, uint32_t AlignInBits, uint64_t OffsetInBits, Optional<unsigned> DWARFAddressSpace, unsigned Flags, Metadata *ExtraData) argument
479 isODRMember(unsigned Tag, const Metadata *Scope, const MDString *Name, const DIDerivedType *RHS) argument
496 unsigned Tag; member in struct:llvm::MDNodeKeyImpl
513 MDNodeKeyImpl(unsigned Tag, MDString *Name, Metadata *File, unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, uint32_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, Metadata *Elements, unsigned RuntimeLang, Metadata *VTableHolder, Metadata *TemplateParams, MDString *Identifier, Metadata *Discriminator) argument
862 unsigned Tag; member in struct:llvm::MDNodeKeyImpl
867 MDNodeKeyImpl(unsigned Tag, MDString *Name, Metadata *Type, Metadata *Value) argument
1066 unsigned Tag; member in struct:llvm::MDNodeKeyImpl
1073 MDNodeKeyImpl(unsigned Tag, Metadata *Scope, Metadata *Entity, Metadata *File, unsigned Line, MDString *Name) argument
[all...]
H A DMDBuilder.cpp278 MDNode *MDBuilder::createMutableTBAAAccessTag(MDNode *Tag) { argument
279 MDNode *BaseType = cast<MDNode>(Tag->getOperand(0));
280 MDNode *AccessType = cast<MDNode>(Tag->getOperand(1));
281 Metadata *OffsetNode = Tag->getOperand(2);
288 if (Tag->getNumOperands() <= ImmutabilityFlagOp)
289 return Tag;
291 // If Tag is already mutable then return it.
292 Metadata *ImmutabilityFlagNode = Tag->getOperand(ImmutabilityFlagOp);
294 return Tag;
300 Metadata *SizeNode = Tag
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp116 auto Tag = dwarf::TagString(T->getTag()); local
117 if (!Tag.empty())
118 O << Tag; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.h36 unsigned Tag = 0; member in struct:llvm::InterferenceCache::BlockInterference
49 /// Tag - Cache tag is changed when any of the underlying LiveIntervalUnions
51 unsigned Tag = 0; member in class:llvm::InterferenceCache::Entry
76 /// Tag of the LIU last time we looked.
130 if (Blocks[MBBNum].Tag != Tag)
H A DRegisterClassInfo.cpp83 ++Tag;
163 RCI.Tag = Tag;
H A DInterferenceCache.cpp96 ++Tag;
110 ++Tag;
164 BI->Tag = Tag;
213 if (BI->Tag == Tag)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbol.h56 static const PDB_SymType Tag = TagValue; \
57 static bool classof(const PDBSymbol *S) { return S->getSymTag() == Tag; }
75 PDB_SymType Tag);
131 auto BaseIter = RawSymbol->findChildren(T::Tag);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp28 Tag = DW_TAG_null;
49 Tag = static_cast<llvm::dwarf::Tag>(Data.getULEB128(OffsetPtr));
50 if (Tag == DW_TAG_null) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h15 // * Tag resolution.
128 StringRef Tag);
153 StringRef getRawTag() const { return Tag; }
184 StringRef Tag; member in class:llvm::yaml::Node
210 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, argument
212 : Node(NK_Scalar, D, Anchor, Tag), Value(Val) {
253 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, argument
255 : Node(NK_BlockScalar, D, Anchor, Tag), Value(Value) {
414 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, argument
416 : Node(NK_Mapping, D, Anchor, Tag), Typ
469 SequenceNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, SequenceType ST) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp43 BTFTypeDerived::BTFTypeDerived(const DIDerivedType *DTy, unsigned Tag, argument
46 switch (Tag) {
63 llvm_unreachable("Unknown DIDerivedType Tag");
535 auto Tag = CTy->getTag(); local
536 if (Tag == dwarf::DW_TAG_structure_type || Tag == dwarf::DW_TAG_union_type) {
539 visitFwdDeclType(CTy, Tag == dwarf::DW_TAG_union_type, TypeId);
541 visitStructType(CTy, Tag == dwarf::DW_TAG_structure_type, TypeId);
542 } else if (Tag == dwarf::DW_TAG_array_type)
544 else if (Tag
551 unsigned Tag = DTy->getTag(); local
624 unsigned Tag = DTy->getTag(); local
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/
H A Dassoc_container.hpp59 detail::container_base_dispatch<Key, Mapped, Tag, Policy_Tl, Allocator>::type
64 typename Tag,
73 typedef Tag container_category;
121 container_base<Key, Mapped, Tag, typename __gnu_cxx::typelist::append< \
131 typename Tag,
462 container_base<Key, Mapped, Tag, Policy_Tl, Allocator>
465 template<typename Key, typename Mapped, typename Tag,
488 detail::tree_traits<Key, Mapped,Cmp_Fn,Node_Update,Tag, Allocator>
491 basic_tree<Key,Mapped,Tag,typename PB_DS_TREE_NODE_AND_IT_TRAITS_C_DEC::node_update, \
496 typename Tag
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h84 dwarf::Tag Tag; member in class:llvm::DIEAbbrev
96 DIEAbbrev(dwarf::Tag T, bool C) : Tag(T), Children(C) {}
100 dwarf::Tag getTag() const { return Tag; }
722 dwarf::Tag Tag = (dwarf::Tag)0; member in class:llvm::DIE
733 explicit DIE(dwarf::Tag Ta argument
742 get(BumpPtrAllocator &Alloc, dwarf::Tag Tag) argument
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsampicmd.c179 * \param tag Tag of this IOMB
221 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag;
240 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF;
318 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag;
342 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF;
394 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag;
424 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF;
477 saRoot->IOMap[pRequest->HTag].Tag = pRequest->HTag;
508 saRoot->IOMap[pRequest->HTag].Tag = MARK_OFF;
580 saRoot->IOMap[pRequest->HTag].Tag
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h123 DINode(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, argument
126 assert(Tag < 1u << 16);
127 SubclassData16 = Tag;
148 void setTag(unsigned Tag) { SubclassData16 = Tag; }
219 unsigned Tag, ArrayRef<Metadata *> Ops1,
221 : DINode(C, GenericDINodeKind, Storage, Tag, Ops1, Ops2) {
229 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag,
232 return getImpl(Context, Tag, getCanonicalMDString(Context, Header),
236 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag,
401 DIScope(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, ArrayRef<Metadata *> Ops) argument
591 DIType(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, unsigned Line, uint64_t SizeInBits, uint32_t AlignInBits, uint64_t OffsetInBits, DIFlags Flags, ArrayRef<Metadata *> Ops) argument
609 mutate(unsigned Tag, unsigned Line, uint64_t SizeInBits, uint32_t AlignInBits, uint64_t OffsetInBits, DIFlags Flags) argument
695 DIBasicType(LLVMContext &C, StorageType Storage, unsigned Tag, uint64_t SizeInBits, uint32_t AlignInBits, unsigned Encoding, DIFlags Flags, ArrayRef<Metadata *> Ops) argument
703 getImpl(LLVMContext &Context, unsigned Tag, StringRef Name, uint64_t SizeInBits, uint32_t AlignInBits, unsigned Encoding, DIFlags Flags, StorageType Storage, bool ShouldCreate = true) argument
764 DIDerivedType(LLVMContext &C, StorageType Storage, unsigned Tag, unsigned Line, uint64_t SizeInBits, uint32_t AlignInBits, uint64_t OffsetInBits, Optional<unsigned> DWARFAddressSpace, DIFlags Flags, ArrayRef<Metadata *> Ops) argument
774 getImpl(LLVMContext &Context, unsigned Tag, StringRef Name, DIFile *File, unsigned Line, DIScope *Scope, DIType *BaseType, uint64_t SizeInBits, uint32_t AlignInBits, uint64_t OffsetInBits, Optional<unsigned> DWARFAddressSpace, DIFlags Flags, Metadata *ExtraData, StorageType Storage, bool ShouldCreate = true) argument
896 DICompositeType(LLVMContext &C, StorageType Storage, unsigned Tag, unsigned Line, unsigned RuntimeLang, uint64_t SizeInBits, uint32_t AlignInBits, uint64_t OffsetInBits, DIFlags Flags, ArrayRef<Metadata *> Ops) argument
906 mutate(unsigned Tag, unsigned Line, unsigned RuntimeLang, uint64_t SizeInBits, uint32_t AlignInBits, uint64_t OffsetInBits, DIFlags Flags) argument
916 getImpl(LLVMContext &Context, unsigned Tag, StringRef Name, Metadata *File, unsigned Line, DIScope *Scope, DIType *BaseType, uint64_t SizeInBits, uint32_t AlignInBits, uint64_t OffsetInBits, DIFlags Flags, DINodeArray Elements, unsigned RuntimeLang, DIType *VTableHolder, DITemplateParameterArray TemplateParams, StringRef Identifier, DIDerivedType *Discriminator, StorageType Storage, bool ShouldCreate = true) argument
1327 DILocalScope(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, ArrayRef<Metadata *> Ops) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h97 llvm::PointerIntPair<const ProgramPointTag *, 2, unsigned> Tag; member in class:clang::ProgramPoint
108 Tag(tag, (((unsigned) k) >> 4) & 0x3) {
122 Tag(tag, (((unsigned) k) >> 4) & 0x3) {}
161 unsigned x = Tag.getInt();
177 const ProgramPointTag *getTag() const { return Tag.getPointer(); }
198 Tag == RHS.Tag;
205 Tag != RHS.Tag;
562 const LocationContext *L, const ProgramPointTag *Tag)
561 ImplicitCallPoint(const Decl *D, SourceLocation Loc, Kind K, const LocationContext *L, const ProgramPointTag *Tag) argument
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dpriority_queue_base_dispatch.hpp61 template<typename Value_Type, typename Cmp_Fn, typename Tag, typename Allocator>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp59 #define FACTORY_SYMTAG_CASE(Tag, Type) \
60 case PDB_SymType::Tag: \
64 PDBSymbol::createSymbol(const IPDBSession &PDBSession, PDB_SymType Tag) { argument
65 switch (Tag) {

Completed in 216 milliseconds

12345678910