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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp547 bool parseDirectiveSet(StringRef IDVal, bool allow_redef);
1936 return parseDirectiveSet(IDVal, true);
1938 return parseDirectiveSet(IDVal, false);
2888 /// parseDirectiveSet:
2892 bool AsmParser::parseDirectiveSet(StringRef IDVal, bool allow_redef) { function in class:AsmParser
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp371 bool parseDirectiveSet();
7870 bool MipsAsmParser::parseDirectiveSet() { function in class:MipsAsmParser
8741 parseDirectiveSet();

Completed in 197 milliseconds