Searched refs:parseFill (Results 1 – 1 of 1) sorted by relevance
82 std::array<uint8_t, 4> parseFill(StringRef Tok);736 std::array<uint8_t, 4> V = parseFill(next()); in readFill()872 Cmd->Filler = parseFill(next()); in readOutputSectionDescription()874 Cmd->Filler = parseFill(next().drop_front()); in readOutputSectionDescription()891 std::array<uint8_t, 4> ScriptParser::parseFill(StringRef Tok) { in parseFill() function in ScriptParser