Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp122 bool ParseDirectiveComm(bool IsLocal, SMLoc L);
665 return ParseDirectiveComm(true, DirectiveID.getLoc()); in ParseDirective()
667 return ParseDirectiveComm(false, DirectiveID.getLoc()); in ParseDirective()
735 bool HexagonAsmParser::ParseDirectiveComm(bool IsLocal, SMLoc Loc) { in ParseDirectiveComm() function in HexagonAsmParser