Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h259 struct ByteCommand : SectionCommand { struct
260 ByteCommand(Expr e, unsigned size, std::string commandString) in ByteCommand() argument
H A DMapFile.cpp197 if (auto *data = dyn_cast<ByteCommand>(subCmd)) { in writeMapFile()
H A DScriptParser.cpp80 ByteCommand *readByteCommand(StringRef tok);
1038 } else if (ByteCommand *data = readByteCommand(tok)) { in readOutputSectionDescription()
1377 ByteCommand *ScriptParser::readByteCommand(StringRef tok) { in readByteCommand()
1391 return make<ByteCommand>(e, size, std::move(commandString)); in readByteCommand()
H A DLinkerScript.cpp1113 return ByteCommand::classof(comm); in findMemoryRegion()
1250 if (auto *data = dyn_cast<ByteCommand>(cmd)) { in assignOffsets()
H A DOutputSections.cpp585 if (auto *data = dyn_cast<ByteCommand>(cmd)) { in writeTo()