Home | History | Annotate | Download | only in MCParser

Lines Matching full:incbin

306   /// ProcessIncbinFile - Process the specified file for the .incbin directive.
432 bool ParseDirectiveIncbin(); // ".incbin"
558 /// Process the specified .incbin file by searching for it in the include paths
3515 /// ::= .incbin "filename"
3518 return TokError("expected string in '.incbin' directive");
3525 return TokError("unexpected token in '.incbin' directive");
3532 Error(IncbinLoc, "Could not find incbin file '" + Filename + "'");
3765 DirectiveKindMap[".incbin"] = DK_INCBIN;