Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp663 bool parseDirectiveIncbin(); // ".incbin"
2127 return parseDirectiveIncbin(); in parseStatement()
5134 bool AsmParser::parseDirectiveIncbin() { in parseDirectiveIncbin() function in AsmParser