Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp224 bool ParseDirectiveComm(bool IsLocal); // ".comm" and ".lcomm"
1158 return ParseDirectiveComm(/*IsLocal=*/false); in ParseStatement()
1160 return ParseDirectiveComm(/*IsLocal=*/true); in ParseStatement()
2063 bool AsmParser::ParseDirectiveComm(bool IsLocal) { in ParseDirectiveComm() function in AsmParser
/external/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp101 bool ParseDirectiveComm(bool IsLocal, SMLoc L);
872 return ParseDirectiveComm(true, DirectiveID.getLoc()); in ParseDirective()
874 return ParseDirectiveComm(false, DirectiveID.getLoc()); in ParseDirective()
976 bool HexagonAsmParser::ParseDirectiveComm(bool IsLocal, SMLoc Loc) { in ParseDirectiveComm() function in HexagonAsmParser