Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp93 ByteCommand *readByteCommand(StringRef tok);
999 } else if (ByteCommand *data = readByteCommand(tok)) { in readOutputSectionDescription()
1326 ByteCommand *ScriptParser::readByteCommand(StringRef tok) { in readByteCommand() function in ScriptParser