Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp86 addDirectiveHandler<&DarwinAsmParser::parseDirectiveZerofill>(".zerofill"); in Initialize()
216 bool parseDirectiveZerofill(StringRef, SMLoc);
884 bool DarwinAsmParser::parseDirectiveZerofill(StringRef, SMLoc) { in parseDirectiveZerofill() function in DarwinAsmParser