Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DScriptParser.cpp80 ByteCommand *readByteCommand(StringRef Tok);
834 } else if (ByteCommand *Data = readByteCommand(Tok)) { in readOutputSectionDescription()
1092 ByteCommand *ScriptParser::readByteCommand(StringRef Tok) { in readByteCommand() function in ScriptParser