Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp65 addDirectiveHandler<&DarwinAsmParser::parseDirectiveAltEntry>(".alt_entry"); in Initialize()
201 bool parseDirectiveAltEntry(StringRef, SMLoc);
502 bool DarwinAsmParser::parseDirectiveAltEntry(StringRef, SMLoc) { in parseDirectiveAltEntry() function in DarwinAsmParser