Home
last modified time | relevance | path

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

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