Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp525 bool parseDirectiveReloc(SMLoc DirectiveLoc); // ".reloc"
2120 return parseDirectiveReloc(IDLoc); in parseStatement()
2942 bool AsmParser::parseDirectiveReloc(SMLoc DirectiveLoc) { in parseDirectiveReloc() function in AsmParser