Home
last modified time | relevance | path

Searched defs:isd (Results 1 – 11 of 11) sorted by relevance

/llvm-project/lld/ELF/
H A DOutputSections.cpp109 auto *isd = cast<InputSectionDescription>(commands.back()); recordSection() local
192 auto *isd = dyn_cast<InputSectionDescription>(cmd); finalizeInputSections() local
270 if (auto *isd = dyn_cast<InputSectionDescription>(b)) sort() local
683 auto *isd = cast<InputSectionDescription>(commands[0]); sortCtorsDtors() local
703 if (auto *isd = dyn_cast<InputSectionDescription>(cmd)) getFirstInputSection() local
715 auto *isd = dyn_cast<InputSectionDescription>(cmd); getInputSections() local
[all...]
H A DRelocations.cpp392 auto *isd = cast<InputSectionDescription>(osec->commands.back()); addCopyRelSymbol() local
1878 if (auto *isd = dyn_cast<InputSectionDescription>(bc)) forEachInputSectionDescription() local
1976 __anona32bdc270902(OutputSection *os, InputSectionDescription *isd) mergeThunks() argument
2028 getISDThunkSec(OutputSection * os,InputSection * isec,InputSectionDescription * isd,const Relocation & rel,uint64_t src) getISDThunkSec() argument
2070 auto *isd = dyn_cast<InputSectionDescription>(bc); getISThunkSec() local
2109 __anona32bdc270c02(OutputSection *os, InputSectionDescription *isd) createInitialThunkSections() argument
2139 addThunkSection(OutputSection * os,InputSectionDescription * isd,uint64_t off) addThunkSection() argument
2278 __anona32bdc270d02(OutputSection *os, InputSectionDescription *isd) createThunks() argument
2338 __anona32bdc270e02(OutputSection *os, InputSectionDescription *isd) hexagonNeedsTLSSymbol() argument
2355 __anona32bdc270f02(OutputSection *os, InputSectionDescription *isd) hexagonTLSSymbolUpdate() argument
[all...]
H A DARMErrataFix.cpp364 insertPatches(InputSectionDescription & isd,std::vector<Patch657417Section * > & patches) insertPatches() argument
483 patchInputSectionDescription(InputSectionDescription & isd) patchInputSectionDescription() argument
525 if (auto *isd = dyn_cast<InputSectionDescription>(cmd)) { createFixes() local
[all...]
H A DAArch64ErrataFix.cpp483 InputSectionDescription &isd, std::vector<Patch843419Section *> &patches) { in insertPatches() argument
577 patchInputSectionDescription(InputSectionDescription & isd) patchInputSectionDescription() argument
632 if (auto *isd = dyn_cast<InputSectionDescription>(cmd)) { createFixes() local
[all...]
H A DWriter.cpp499 auto *isd = dyn_cast<InputSectionDescription>(cmd); addSectionSymbols() local
1098 sortISDBySectionOrder(InputSectionDescription * isd,const DenseMap<const InputSectionBase *,int> & order,bool executableOutputSection) sortISDBySectionOrder() argument
1186 if (auto *isd = dyn_cast<InputSectionDescription>(b)) sortSection() local
1203 auto *isd = cast<InputSectionDescription>(osec.commands[0]); sortSection() local
1369 auto *isd = dyn_cast<InputSectionDescription>(cmd); resolveShfLinkOrder() local
1669 if (auto *isd = dyn_cast<InputSectionDescription>(cmd)) removeUnusedSyntheticSections() local
[all...]
H A DMapFile.cpp177 if (auto *isd = dyn_cast<InputSectionDescription>(subCmd)) { writeMapFile() local
H A DLinkerScript.cpp630 if (auto *isd = dyn_cast<InputSectionDescription>(cmd)) discardSynthetic() local
641 if (auto *isd = dyn_cast<InputSectionDescription>(cmd)) { createInputSectionList() local
1459 auto *isd = dyn_cast<InputSectionDescription>(cmd); spillSections() local
[all...]
H A DICF.cpp577 llvm::erase_if(isd->sections, in run() local
H A DInputSection.cpp314 PotentialSpillSection(const InputSectionBase & source,InputSectionDescription & isd) PotentialSpillSection() argument
H A DSyntheticSections.cpp924 if (auto *isd = dyn_cast<InputSectionDescription>(cmd)) build() local
4265 if (auto *isd = dyn_cast<InputSectionDescription>(cmd)) isNeeded() local
4278 if (auto *isd = dyn_cast<InputSectionDescription>(cmd)) { finalizeContents() local
H A DScriptParser.cpp1000 auto *isd = make<InputSectionDescription>(tok); readOutputSectionDescription() local