Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp4143 struct DwarfCCField : public MDUnsignedField { struct
4144 DwarfCCField() : MDUnsignedField(0, dwarf::DW_CC_hi_user) {} in DwarfCCField() function
4359 bool LLParser::parseMDField(LocTy Loc, StringRef Name, DwarfCCField &Result) { in parseMDField()
4967 OPTIONAL(cc, DwarfCCField, ); \ in parseDISubroutineType()