Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:IsConstant

377 bool LLParser::ParseGlobalType(bool &IsConstant) {
379 IsConstant = true;
381 IsConstant = false;
383 IsConstant = false;
653 bool ThreadLocal, IsConstant, UnnamedAddr;
662 ParseGlobalType(IsConstant) ||
715 GV->setConstant(IsConstant);