Home
last modified time | relevance | path

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

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