Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DLinkerScript.h112 std::string commandString; member
225 ByteCommand(Expr e, unsigned size, std::string commandString) in ByteCommand()
226 : SectionCommand(ByteKind), commandString(commandString), expression(e), in ByteCommand()
232 std::string commandString; member
H A DMapFile.cpp167 os << assign->commandString << '\n'; in writeMapFile()
196 os << indent8 << data->commandString << '\n'; in writeMapFile()
206 os << indent8 << assign->commandString << '\n'; in writeMapFile()
H A DScriptParser.cpp1061 cmd->commandString = in readAssignment()
1266 std::string commandString = in readByteCommand() local
1269 return make<ByteCommand>(e, size, commandString); in readByteCommand()