Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp659 bool parseDirectiveIncbin(); // ".incbin"
2136 return parseDirectiveIncbin(); in parseStatement()
5108 bool AsmParser::parseDirectiveIncbin() { in parseDirectiveIncbin() function in AsmParser