Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DScriptParser.cpp82 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