Home
last modified time | relevance | path

Searched refs:DwarfTagField (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp3709 struct DwarfTagField : public MDUnsignedField { struct
3710 DwarfTagField() : MDUnsignedField(0, dwarf::DW_TAG_hi_user) {} in DwarfTagField() function
3711 DwarfTagField(dwarf::Tag DefaultTag) in DwarfTagField() function
3860 bool LLParser::ParseMDField(LocTy Loc, StringRef Name, DwarfTagField &Result) { in ParseMDField()
4321 REQUIRED(tag, DwarfTagField, ); \ in ParseGenericDINode()
4381 OPTIONAL(tag, DwarfTagField, (dwarf::DW_TAG_base_type)); \ in ParseDIBasicType()
4402 REQUIRED(tag, DwarfTagField, ); \ in ParseDIDerivedType()
4431 REQUIRED(tag, DwarfTagField, ); \ in ParseDICompositeType()
4727 OPTIONAL(tag, DwarfTagField, (dwarf::DW_TAG_template_value_parameter)); \ in ParseDITemplateValueParameter()
4889 REQUIRED(tag, DwarfTagField, ); \ in ParseDIImportedEntity()