Home | History | Annotate | Download | only in MCParser

Lines Matching full:incbin

305   /// \brief Process the specified file for the .incbin directive.
435 bool parseDirectiveIncbin(); // ".incbin"
579 /// Process the specified .incbin file by searching for it in the include paths
3788 /// ::= .incbin "filename"
3791 return TokError("expected string in '.incbin' directive");
3801 return TokError("unexpected token in '.incbin' directive");
3805 Error(IncbinLoc, "Could not find incbin file '" + Filename + "'");
4142 DirectiveKindMap[".incbin"] = DK_INCBIN;