Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp652 bool parseDirectiveIncbin(); // ".incbin"
2122 return parseDirectiveIncbin(); in parseStatement()
5085 bool AsmParser::parseDirectiveIncbin() { in parseDirectiveIncbin() function in AsmParser