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