Home
last modified time | relevance | path

Searched refs:CommandString (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.h111 std::string CommandString; member
183 ByteCommand(Expr E, unsigned Size, std::string CommandString) in ByteCommand()
184 : BaseCommand(ByteKind), CommandString(CommandString), Expression(E), in ByteCommand()
190 std::string CommandString; member
H A DMapFile.cpp173 OS << Cmd->CommandString << '\n'; in writeMapFile()
202 OS << Indent8 << Cmd->CommandString << '\n'; in writeMapFile()
211 OS << Indent8 << Cmd->CommandString << '\n'; in writeMapFile()
H A DScriptParser.cpp927 Cmd->CommandString = in readAssignment()
1104 std::string CommandString = in readByteCommand() local
1107 return make<ByteCommand>(E, Size, CommandString); in readByteCommand()