Searched refs:ByteCommand (Results 1 – 5 of 5) sorted by relevance
210 struct ByteCommand : BaseCommand { struct211 ByteCommand(Expr e, unsigned size, std::string commandString) in ByteCommand() function
90 ByteCommand *readByteCommand(StringRef tok);888 } else if (ByteCommand *data = readByteCommand(tok)) { in readOutputSectionDescription()1161 ByteCommand *ScriptParser::readByteCommand(StringRef tok) { in readByteCommand()1176 return make<ByteCommand>(e, size, commandString); in readByteCommand()
199 if (auto *cmd = dyn_cast<ByteCommand>(base)) { in writeMapFile()
371 if (auto *data = dyn_cast<ByteCommand>(base)) in writeTo()
994 if (auto *cmd = dyn_cast<ByteCommand>(base)) { in assignOffsets()