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