Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp3940 struct DwarfMacinfoTypeField : public MDUnsignedField { struct
3941 DwarfMacinfoTypeField() : MDUnsignedField(0, dwarf::DW_MACINFO_vendor_ext) {} in DwarfMacinfoTypeField() function
3942 DwarfMacinfoTypeField(dwarf::MacinfoRecordType DefaultType) in DwarfMacinfoTypeField() argument
4098 DwarfMacinfoTypeField &Result) { in parseMDField()
4978 REQUIRED(type, DwarfMacinfoTypeField, ); \ in parseDIMacro()
4994 OPTIONAL(type, DwarfMacinfoTypeField, (dwarf::DW_MACINFO_start_file)); \ in parseDIMacroFile()