Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp63 addDirectiveHandler<&DarwinAsmParser::parseDirectiveAltEntry>(".alt_entry"); in Initialize()
201 bool parseDirectiveAltEntry(StringRef, SMLoc);
503 bool DarwinAsmParser::parseDirectiveAltEntry(StringRef, SMLoc) { in parseDirectiveAltEntry() function in DarwinAsmParser