Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.h182 struct ByteCommand : BaseCommand { struct
183 ByteCommand(Expr E, unsigned Size, std::string CommandString) in ByteCommand() function
H A DOutputSections.cpp264 if (auto *Data = dyn_cast<ByteCommand>(Base)) in writeTo()
287 if (isa<ByteCommand>(Base)) in finalize()
H A DScriptParser.cpp80 ByteCommand *readByteCommand(StringRef Tok);
834 } else if (ByteCommand *Data = readByteCommand(Tok)) { in readOutputSectionDescription()
1092 ByteCommand *ScriptParser::readByteCommand(StringRef Tok) { in readByteCommand()
1107 return make<ByteCommand>(E, Size, CommandString); in readByteCommand()
H A DMapFile.cpp199 if (auto *Cmd = dyn_cast<ByteCommand>(Base)) { in writeMapFile()
H A DLinkerScript.cpp809 if (auto *Cmd = dyn_cast<ByteCommand>(Base)) { in assignOffsets()