Searched refs:parseDirectiveReloc (Results 1 – 1 of 1) sorted by relevance
566 bool parseDirectiveReloc(SMLoc DirectiveLoc); // ".reloc"2262 return parseDirectiveReloc(IDLoc); in parseStatement()3150 bool AsmParser::parseDirectiveReloc(SMLoc DirectiveLoc) { in parseDirectiveReloc() function in AsmParser