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.h234 struct ByteCommand : SectionCommand { struct
235 ByteCommand(Expr e, unsigned size, std::string commandString) in ByteCommand() function
H A DMapFile.cpp193 if (auto *data = dyn_cast<ByteCommand>(subCmd)) { in writeMapFile()
H A DScriptParser.cpp93 ByteCommand *readByteCommand(StringRef tok);
999 } else if (ByteCommand *data = readByteCommand(tok)) { in readOutputSectionDescription()
1326 ByteCommand *ScriptParser::readByteCommand(StringRef tok) { in readByteCommand()
1341 return make<ByteCommand>(e, size, commandString); in readByteCommand()
H A DLinkerScript.cpp983 return ByteCommand::classof(comm); in findMemoryRegion()
1115 if (auto *data = dyn_cast<ByteCommand>(cmd)) { in assignOffsets()
H A DOutputSections.cpp568 if (auto *data = dyn_cast<ByteCommand>(cmd)) { in writeTo()