Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/
DMSP430AsmParser.cpp64 bool ParseLiteralValues(unsigned Size, SMLoc L);
424 ParseLiteralValues(4, DirectiveID.getLoc()); in ParseDirective()
426 ParseLiteralValues(2, DirectiveID.getLoc()); in ParseDirective()
428 ParseLiteralValues(1, DirectiveID.getLoc()); in ParseDirective()
521 bool MSP430AsmParser::ParseLiteralValues(unsigned Size, SMLoc L) { in ParseLiteralValues() function in MSP430AsmParser
/external/llvm-project/llvm/lib/Target/MSP430/AsmParser/
DMSP430AsmParser.cpp66 bool ParseLiteralValues(unsigned Size, SMLoc L);
441 ParseLiteralValues(4, DirectiveID.getLoc()); in ParseDirective()
443 ParseLiteralValues(2, DirectiveID.getLoc()); in ParseDirective()
445 ParseLiteralValues(1, DirectiveID.getLoc()); in ParseDirective()
538 bool MSP430AsmParser::ParseLiteralValues(unsigned Size, SMLoc L) { in ParseLiteralValues() function in MSP430AsmParser