Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DLinkerScript.h224 struct ByteCommand : SectionCommand { struct
225 ByteCommand(Expr e, unsigned size, std::string commandString) in ByteCommand() argument
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()
1269 return make<ByteCommand>(e, size, commandString); in readByteCommand()
H A DMapFile.cpp193 if (auto *data = dyn_cast<ByteCommand>(subCmd)) { in writeMapFile()
H A DOutputSections.cpp520 if (auto *data = dyn_cast<ByteCommand>(cmd)) { in writeTo()
H A DLinkerScript.cpp1050 if (auto *data = dyn_cast<ByteCommand>(cmd)) { in assignOffsets()