Searched refs:BaseCommand (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h80 struct BaseCommand { struct in namespace:lld::elf
81 BaseCommand(int k) : kind(k) {} function in struct:lld::elf::BaseCommand
86 struct SymbolAssignment : BaseCommand {
88 : BaseCommand(AssignmentKind), name(name), expression(e), location(loc) {}
90 static bool classof(const BaseCommand *c) {
157 struct InputSectionDescription : BaseCommand {
159 : BaseCommand(InputSectionKind), filePat(filePattern) {}
161 static bool classof(const BaseCommand *c) {
186 struct ByteCommand : BaseCommand {
188 : BaseCommand(ByteKin
[all...]
H A DOutputSections.h32 class OutputSection final : public BaseCommand, public SectionBase {
40 static bool classof(const BaseCommand *c);
85 std::vector<BaseCommand *> sectionCommands;
H A DLinkerScript.cpp217 getSymbolAssignmentValues(const std::vector<BaseCommand *> &sectionCommands) {
219 for (BaseCommand *base : sectionCommands) {
226 for (BaseCommand *sub_base : cast<OutputSection>(base)->sectionCommands)
252 std::vector<BaseCommand *> v;
253 auto insert = [&](std::vector<BaseCommand *> &from) {
258 for (BaseCommand *base : sectionCommands) {
269 for (const std::pair<StringRef, std::vector<BaseCommand *>> &p : cmds)
282 for (BaseCommand *base : sectionCommands) {
295 for (BaseCommand *base2 : sec->sectionCommands)
466 for (BaseCommand *bas
[all...]
H A DWriter.cpp304 for (BaseCommand *base : script->sectionCommands)
712 for (BaseCommand *base : script->sectionCommands) {
716 auto i = llvm::find_if(sec->sectionCommands, [](BaseCommand *base) {
974 static bool compareSections(const BaseCommand *aCmd, const BaseCommand *bCmd) {
1131 static int getRankProximity(OutputSection *a, BaseCommand *b) {
1150 static bool shouldSkip(BaseCommand *cmd) {
1159 static std::vector<BaseCommand *>::iterator
1160 findOrphanPos(std::vector<BaseCommand *>::iterator b,
1161 std::vector<BaseCommand *>
[all...]
H A DOutputSections.cpp70 : BaseCommand(OutputSectionKind),
163 for (BaseCommand *base : sectionCommands) {
234 bool OutputSection::classof(const BaseCommand *c) {
240 for (BaseCommand *b : sectionCommands)
339 for (BaseCommand *base : sectionCommands)
471 for (BaseCommand *base : os->sectionCommands)
H A DMapFile.cpp164 for (BaseCommand *base : script->sectionCommands) {
179 for (BaseCommand *base : osec->sectionCommands) {
H A DScriptParser.cpp92 std::vector<BaseCommand *> readOverlay();
482 std::vector<BaseCommand *> ScriptParser::readOverlay() {
492 std::vector<BaseCommand *> v;
513 for (BaseCommand *cmd : v)
530 std::vector<BaseCommand *> v;
534 for (BaseCommand *cmd : readOverlay())
542 if (BaseCommand *cmd = readAssignment(tok))
549 std::vector<BaseCommand *> *dest = nullptr;
H A DICF.cpp519 for (BaseCommand *base : script->sectionCommands)
521 for (BaseCommand *sub_base : sec->sectionCommands)
H A DAArch64ErrataFix.cpp636 for (BaseCommand *bc : os->sectionCommands)
H A DARMErrataFix.cpp518 for (BaseCommand *bc : os->sectionCommands)
H A DRelocations.cpp69 for (BaseCommand *base : script->sectionCommands)
1520 for (BaseCommand *bc : os->sectionCommands)
1692 for (BaseCommand *bc : tos->sectionCommands) {
H A DSyntheticSections.cpp859 for (BaseCommand *cmd : os->sectionCommands) {
2225 for (BaseCommand *base : script->sectionCommands)
3513 for (BaseCommand *base : getParent()->sectionCommands)
3527 for (BaseCommand *base : getParent()->sectionCommands)
H A DDriver.cpp1999 for (BaseCommand *base : script->sectionCommands)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp937 class BaseCommand : public CommandObjectMultiword { class in namespace:sddarwinlog_private
939 BaseCommand(CommandInterpreter &interpreter) function in class:sddarwinlog_private::BaseCommand
1381 auto command_sp = CommandObjectSP(new BaseCommand(interpreter));

Completed in 202 milliseconds