Searched refs:BaseCommand (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | LinkerScript.h | 82 struct BaseCommand { struct 83 BaseCommand(int K) : Kind(K) {} in BaseCommand() function 88 struct SymbolAssignment : BaseCommand { argument 92 static bool classof(const BaseCommand *C) { in classof() 159 struct InputSectionDescription : BaseCommand { 161 : BaseCommand(InputSectionKind), FilePat(FilePattern) {} in InputSectionDescription() 163 static bool classof(const BaseCommand *C) { in classof() 182 struct ByteCommand : BaseCommand { 184 : BaseCommand(ByteKind), CommandString(CommandString), Expression(E), in ByteCommand() 187 static bool classof(const BaseCommand *C) { return C->Kind == ByteKind; } in classof() [all …]
|
| H A D | LinkerScript.cpp | 218 std::vector<BaseCommand *> V; in processInsertCommands() 224 for (BaseCommand *Base : SectionCommands) { in processInsertCommands() 248 for (BaseCommand *Base : SectionCommands) { in declareSymbols() 261 for (BaseCommand *Base2 : Sec->SectionCommands) in declareSymbols() 471 for (BaseCommand *Base : SectionCommands) { in processSectionCommands() 534 for (BaseCommand *Base : Vec) in findByName() 836 for (BaseCommand *Base : Sec.SectionCommands) { in isDiscardable() 872 for (BaseCommand *&Cmd : SectionCommands) { in adjustSectionsBeforeSorting() 911 for (BaseCommand *Base : SectionCommands) { in adjustSectionsAfterSorting() 938 for (BaseCommand *Base : SectionCommands) { in adjustSectionsAfterSorting() [all …]
|
| H A D | OutputSections.h | 42 class OutputSection final : public BaseCommand, public SectionBase { 50 static bool classof(const BaseCommand *C); 96 std::vector<BaseCommand *> SectionCommands;
|
| H A D | Writer.cpp | 263 for (BaseCommand *Base : Script->SectionCommands) in findSection() 624 for (BaseCommand *Base : Script->SectionCommands) { in addSectionSymbols() 887 static bool compareSections(const BaseCommand *ACmd, const BaseCommand *BCmd) { in compareSections() 1057 static bool shouldSkip(BaseCommand *Cmd) { in shouldSkip() 1067 static std::vector<BaseCommand *>::iterator 1073 auto I = std::max_element(B, E, [=](BaseCommand *A, BaseCommand *B) { in findOrphanPos() 1262 for (BaseCommand *B : Sec->SectionCommands) in sortSection() 1272 for (BaseCommand *Base : Script->SectionCommands) in sortInputSections() 1506 for (BaseCommand *Base : Sec->SectionCommands) in resolveShfLinkOrder() 1583 for (BaseCommand *B : OS->SectionCommands) in removeUnusedSyntheticSections() [all …]
|
| H A D | OutputSections.cpp | 70 : BaseCommand(OutputSectionKind), in OutputSection() 161 bool OutputSection::classof(const BaseCommand *C) { in classof() 167 for (BaseCommand *B : SectionCommands) in sort() 263 for (BaseCommand *Base : SectionCommands) in writeTo() 286 for (BaseCommand *Base : SectionCommands) in finalize() 394 for (BaseCommand *Base : OS->SectionCommands) in getInputSections()
|
| H A D | ScriptParser.cpp | 87 std::vector<BaseCommand *> readOverlay(); 484 std::vector<BaseCommand *> ScriptParser::readOverlay() { in readOverlay() 494 std::vector<BaseCommand *> V; in readOverlay() 515 for (BaseCommand *Cmd : V) in readOverlay() 532 std::vector<BaseCommand *> V; in readSections() 536 for (BaseCommand *Cmd : readOverlay()) in readSections() 544 if (BaseCommand *Cmd = readAssignment(Tok)) in readSections() 551 std::vector<BaseCommand *> *Dest = nullptr; in readSections()
|
| H A D | MapFile.cpp | 167 for (BaseCommand *Base : Script->SectionCommands) { in writeMapFile() 182 for (BaseCommand *Base : OSec->SectionCommands) { in writeMapFile()
|
| H A D | Relocations.cpp | 70 for (BaseCommand *Base : Script->SectionCommands) in getLinkerScriptLocation() 1139 for (BaseCommand *BC : OS->SectionCommands) in forEachInputSectionDescription() 1311 for (BaseCommand *BC : TOS->SectionCommands) { in getISThunkSec()
|
| H A D | AArch64ErrataFix.cpp | 641 for (BaseCommand *BC : OS->SectionCommands) in createFixes()
|
| H A D | SyntheticSections.cpp | 855 for (BaseCommand *Cmd : OS->SectionCommands) { in build() 2091 for (BaseCommand *Base : Script->SectionCommands) in empty()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 976 class BaseCommand : public CommandObjectMultiword { class 978 BaseCommand(CommandInterpreter &interpreter) in BaseCommand() function in sddarwinlog_private::BaseCommand 1434 auto command_sp = CommandObjectSP(new BaseCommand(interpreter)); in DebuggerInitialize()
|