Searched refs:ByteCommand (Results 1 – 5 of 5) sorted by relevance
182 struct ByteCommand : BaseCommand { struct183 ByteCommand(Expr E, unsigned Size, std::string CommandString) in ByteCommand() function
264 if (auto *Data = dyn_cast<ByteCommand>(Base)) in writeTo()287 if (isa<ByteCommand>(Base)) in finalize()
80 ByteCommand *readByteCommand(StringRef Tok);834 } else if (ByteCommand *Data = readByteCommand(Tok)) { in readOutputSectionDescription()1092 ByteCommand *ScriptParser::readByteCommand(StringRef Tok) { in readByteCommand()1107 return make<ByteCommand>(E, Size, CommandString); in readByteCommand()
199 if (auto *Cmd = dyn_cast<ByteCommand>(Base)) { in writeMapFile()
809 if (auto *Cmd = dyn_cast<ByteCommand>(Base)) { in assignOffsets()