Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DScriptParser.cpp91 ByteCommand *readByteCommand(StringRef tok);
935 } else if (ByteCommand *data = readByteCommand(tok)) { in readOutputSectionDescription()
1254 ByteCommand *ScriptParser::readByteCommand(StringRef tok) { in readByteCommand() function in ScriptParser