Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp540 bool parseDirectiveReloc(SMLoc DirectiveLoc); // ".reloc"
2156 return parseDirectiveReloc(IDLoc); in parseStatement()
2992 bool AsmParser::parseDirectiveReloc(SMLoc DirectiveLoc) { in parseDirectiveReloc() function in AsmParser