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

/external/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp101 bool ParseDirectiveComm(bool IsLocal, SMLoc L);
872 return ParseDirectiveComm(true, DirectiveID.getLoc());
874 return ParseDirectiveComm(false, DirectiveID.getLoc());
970 // This is largely a copy of AsmParser's ParseDirectiveComm extended to
976 bool HexagonAsmParser::ParseDirectiveComm(bool IsLocal, SMLoc Loc) { function in class:HexagonAsmParser
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
H A DAsmParser.cpp224 bool ParseDirectiveComm(bool IsLocal); // ".comm" and ".lcomm"
1158 return ParseDirectiveComm(/*IsLocal=*/false);
1160 return ParseDirectiveComm(/*IsLocal=*/true);
2061 /// ParseDirectiveComm
2063 bool AsmParser::ParseDirectiveComm(bool IsLocal) { function in class:AsmParser

Completed in 152 milliseconds