Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp495 MCExpr const *InnerExpression; in tryParseRelocExpression() local
496 if (getParser().parseExpression(InnerExpression)) in tryParseRelocExpression()
510 AVRMCExpr::create(ModifierKind, InnerExpression, isNegated, getContext()); in tryParseRelocExpression()