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

/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp326 bool parseAssignment(StringRef Name, bool allow_redef,
376 bool parseDirectiveSet(StringRef IDVal, bool allow_redef);
2170 bool AsmParser::parseAssignment(StringRef Name, bool allow_redef, argument
2201 else if (Sym->isVariable() && !Sym->isUsed() && allow_redef)
2203 else if (!Sym->isUndefined() && (!Sym->isVariable() || !allow_redef))
2272 bool AsmParser::parseDirectiveSet(StringRef IDVal, bool allow_redef) { argument
2282 return parseAssignment(Name, allow_redef, true);

Completed in 69 milliseconds