Home | History | Annotate | Download | only in MCParser

Lines Matching refs:Signed

410   // .sleb128 (Signed=true) and .uleb128 (Signed=false)
411 bool ParseDirectiveLEB128(bool Signed);
3313 bool AsmParser::ParseDirectiveLEB128(bool Signed) {
3323 if (Signed)