Home
last modified time | relevance | path

Searched refs:SectionCommands (Results 1 – 20 of 20) sorted by relevance

/dports/devel/llvm80/llvm-8.0.1.src/tools/lld/ELF/
H A DLinkerScript.cpp224 for (BaseCommand *Base : SectionCommands) { in processInsertCommands()
240 SectionCommands = std::move(V); in processInsertCommands()
248 for (BaseCommand *Base : SectionCommands) { in declareSymbols()
471 for (BaseCommand *Base : SectionCommands) { in processSectionCommands()
485 Sec->SectionCommands.clear(); in processSectionCommands()
499 Sec->SectionCommands.clear(); in processSectionCommands()
640 unsigned End = SectionCommands.size(); in addOrphanSections()
683 SectionCommands.insert(SectionCommands.end(), V.begin(), V.end()); in addOrphanSections()
685 SectionCommands.insert(SectionCommands.begin(), V.begin(), V.end()); in addOrphanSections()
872 for (BaseCommand *&Cmd : SectionCommands) { in adjustSectionsBeforeSorting()
[all …]
H A DOutputSections.cpp133 if (SectionCommands.empty() || in addSection()
134 !isa<InputSectionDescription>(SectionCommands.back())) in addSection()
135 SectionCommands.push_back(make<InputSectionDescription>("")); in addSection()
136 auto *ISD = cast<InputSectionDescription>(SectionCommands.back()); in addSection()
167 for (BaseCommand *B : SectionCommands) in sort()
263 for (BaseCommand *Base : SectionCommands) in writeTo()
286 for (BaseCommand *Base : SectionCommands) in finalize()
374 assert(SectionCommands.size() == 1); in sortCtorsDtors()
375 auto *ISD = cast<InputSectionDescription>(SectionCommands[0]); in sortCtorsDtors()
394 for (BaseCommand *Base : OS->SectionCommands) in getInputSections()
H A DWriter.cpp263 for (BaseCommand *Base : Script->SectionCommands) in findSection()
624 for (BaseCommand *Base : Script->SectionCommands) { in addSectionSymbols()
633 if (I == Sec->SectionCommands.end()) in addSectionSymbols()
1262 for (BaseCommand *B : Sec->SectionCommands) in sortSection()
1272 for (BaseCommand *Base : Script->SectionCommands) in sortInputSections()
1350 auto I = Script->SectionCommands.begin(); in sortSections()
1351 auto E = Script->SectionCommands.end(); in sortSections()
1461 for (BaseCommand *Base : Sec->SectionCommands) { in resolveShfLinkOrder()
1506 for (BaseCommand *Base : Sec->SectionCommands) in resolveShfLinkOrder()
1583 for (BaseCommand *B : OS->SectionCommands) in removeUnusedSyntheticSections()
[all …]
H A DScriptParser.cpp265 Script->SectionCommands.push_back(Cmd); in readLinkerScript()
279 Script->SectionCommands.push_back(Cmd); in readDefsym()
563 Script->SectionCommands.insert(Script->SectionCommands.end(), V.begin(), in readSections()
798 Cmd->SectionCommands.push_back(readInputSectionRules(next())); in readOverlaySectionDescription()
833 Cmd->SectionCommands.push_back(Assign); in readOutputSectionDescription()
835 Cmd->SectionCommands.push_back(Data); in readOutputSectionDescription()
847 Cmd->SectionCommands.push_back(readInputSectionDescription(Tok)); in readOutputSectionDescription()
854 Cmd->SectionCommands.push_back(ISD); in readOutputSectionDescription()
H A DMapFile.cpp167 for (BaseCommand *Base : Script->SectionCommands) { in writeMapFile()
182 for (BaseCommand *Base : OSec->SectionCommands) { in writeMapFile()
H A DOutputSections.h96 std::vector<BaseCommand *> SectionCommands; variable
H A DLinkerScript.h285 std::vector<BaseCommand *> SectionCommands; variable
H A DRelocations.cpp70 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 DAArch64ErrataFix.cpp641 for (BaseCommand *BC : OS->SectionCommands) in createFixes()
H A DSyntheticSections.cpp855 for (BaseCommand *Cmd : OS->SectionCommands) { in build()
2089 for (BaseCommand *Base : Script->SectionCommands) in empty()
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/ELF/
H A DLinkerScript.cpp223 for (BaseCommand *Base : SectionCommands) { in processInsertCommands()
239 SectionCommands = std::move(V); in processInsertCommands()
247 for (BaseCommand *Base : SectionCommands) { in declareSymbols()
472 for (BaseCommand *Base : SectionCommands) { in processSectionCommands()
486 Sec->SectionCommands.clear(); in processSectionCommands()
500 Sec->SectionCommands.clear(); in processSectionCommands()
641 unsigned End = SectionCommands.size(); in addOrphanSections()
684 SectionCommands.insert(SectionCommands.end(), V.begin(), V.end()); in addOrphanSections()
686 SectionCommands.insert(SectionCommands.begin(), V.begin(), V.end()); in addOrphanSections()
885 for (BaseCommand *&Cmd : SectionCommands) { in adjustSectionsBeforeSorting()
[all …]
H A DOutputSections.cpp133 if (SectionCommands.empty() || in addSection()
134 !isa<InputSectionDescription>(SectionCommands.back())) in addSection()
135 SectionCommands.push_back(make<InputSectionDescription>("")); in addSection()
136 auto *ISD = cast<InputSectionDescription>(SectionCommands.back()); in addSection()
167 for (BaseCommand *B : SectionCommands) in sort()
261 for (BaseCommand *Base : SectionCommands) in writeTo()
284 for (BaseCommand *Base : SectionCommands) in finalize()
372 assert(SectionCommands.size() == 1); in sortCtorsDtors()
373 auto *ISD = cast<InputSectionDescription>(SectionCommands[0]); in sortCtorsDtors()
392 for (BaseCommand *Base : OS->SectionCommands) in getInputSections()
H A DWriter.cpp251 for (BaseCommand *Base : Script->SectionCommands) in findSection()
594 for (BaseCommand *Base : Script->SectionCommands) { in addSectionSymbols()
603 if (I == Sec->SectionCommands.end()) in addSectionSymbols()
1213 for (BaseCommand *B : Sec->SectionCommands) in sortSection()
1223 for (BaseCommand *Base : Script->SectionCommands) in sortInputSections()
1301 auto I = Script->SectionCommands.begin(); in sortSections()
1302 auto E = Script->SectionCommands.end(); in sortSections()
1409 for (BaseCommand *Base : Sec->SectionCommands) { in resolveShfLinkOrder()
1453 for (BaseCommand *Base : Sec->SectionCommands) in resolveShfLinkOrder()
1492 for (BaseCommand *B : OS->SectionCommands) in removeUnusedSyntheticSections()
[all …]
H A DScriptParser.cpp261 Script->SectionCommands.push_back(Cmd); in readLinkerScript()
273 Script->SectionCommands.push_back(Cmd); in readDefsym()
524 Script->SectionCommands.insert(Script->SectionCommands.end(), V.begin(), in readSections()
738 Cmd->SectionCommands.push_back(readInputSectionRules(next())); in readOverlaySectionDescription()
773 Cmd->SectionCommands.push_back(Assign); in readOutputSectionDescription()
775 Cmd->SectionCommands.push_back(Data); in readOutputSectionDescription()
787 Cmd->SectionCommands.push_back(readInputSectionDescription(Tok)); in readOutputSectionDescription()
H A DMapFile.cpp166 for (BaseCommand *Base : Script->SectionCommands) { in writeMapFile()
181 for (BaseCommand *Base : OSec->SectionCommands) { in writeMapFile()
H A DOutputSections.h95 std::vector<BaseCommand *> SectionCommands; variable
H A DLinkerScript.h283 std::vector<BaseCommand *> SectionCommands; variable
H A DAArch64ErrataFix.cpp636 for (BaseCommand *BC : OS->SectionCommands) in createFixes()
H A DRelocations.cpp1248 for (BaseCommand *BC : TOS->SectionCommands) in getISThunkSec()
1348 for (BaseCommand *BC : OS->SectionCommands) in forEachInputSectionDescription()
H A DSyntheticSections.cpp854 for (BaseCommand *Cmd : OS->SectionCommands) { in build()
2059 for (BaseCommand *Base : Script->SectionCommands) in empty()