Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h210 struct ByteCommand : BaseCommand { struct
211 ByteCommand(Expr e, unsigned size, std::string commandString) in ByteCommand() function
H A DScriptParser.cpp90 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()
H A DMapFile.cpp199 if (auto *cmd = dyn_cast<ByteCommand>(base)) { in writeMapFile()
H A DOutputSections.cpp371 if (auto *data = dyn_cast<ByteCommand>(base)) in writeTo()
H A DLinkerScript.cpp994 if (auto *cmd = dyn_cast<ByteCommand>(base)) { in assignOffsets()