Searched refs:ParseDirectiveValue (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
H A DAsmParser.cpp210 bool ParseDirectiveValue(unsigned Size); // ".byte", ".long", ...
1081 return ParseDirectiveValue(1);
1083 return ParseDirectiveValue(2);
1085 return ParseDirectiveValue(2);
1087 return ParseDirectiveValue(2);
1089 return ParseDirectiveValue(4);
1091 return ParseDirectiveValue(4);
1093 return ParseDirectiveValue(4);
1095 return ParseDirectiveValue(8);
1097 return ParseDirectiveValue(
1719 bool AsmParser::ParseDirectiveValue(unsigned Size) { function in class:AsmParser
[all...]
/external/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp100 bool ParseDirectiveValue(unsigned Size, SMLoc L);
865 return ParseDirectiveValue(4, DirectiveID.getLoc());
868 return ParseDirectiveValue(2, DirectiveID.getLoc());
937 bool HexagonAsmParser::ParseDirectiveValue(unsigned Size, SMLoc L) { function in class:HexagonAsmParser

Completed in 1665 milliseconds