Searched refs:ByteCommand (Results 1 – 5 of 5) sorted by relevance
232 struct ByteCommand : SectionCommand { struct233 ByteCommand(Expr e, unsigned size, std::string commandString) in ByteCommand() argument
91 ByteCommand *readByteCommand(StringRef tok);956 } else if (ByteCommand *data = readByteCommand(tok)) { in readOutputSectionDescription()1282 ByteCommand *ScriptParser::readByteCommand(StringRef tok) { in readByteCommand()1297 return make<ByteCommand>(e, size, commandString); in readByteCommand()
193 if (auto *data = dyn_cast<ByteCommand>(subCmd)) { in writeMapFile()
935 return ByteCommand::classof(comm); in findMemoryRegion()1068 if (auto *data = dyn_cast<ByteCommand>(cmd)) { in assignOffsets()
530 if (auto *data = dyn_cast<ByteCommand>(cmd)) { in writeTo()