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

/openbsd-current/gnu/llvm/lld/ELF/
H A DLinkerScript.h224 struct ByteCommand : SectionCommand { struct in namespace:lld::elf
225 ByteCommand(Expr e, unsigned size, std::string commandString) function in struct:lld::elf::ByteCommand
H A DMapFile.cpp193 if (auto *data = dyn_cast<ByteCommand>(subCmd)) {
H A DScriptParser.cpp91 ByteCommand *readByteCommand(StringRef tok);
935 } else if (ByteCommand *data = readByteCommand(tok)) {
1254 ByteCommand *ScriptParser::readByteCommand(StringRef tok) {
1269 return make<ByteCommand>(e, size, commandString);
H A DOutputSections.cpp520 if (auto *data = dyn_cast<ByteCommand>(cmd)) {
H A DLinkerScript.cpp1050 if (auto *data = dyn_cast<ByteCommand>(cmd)) {

Completed in 80 milliseconds