Searched refs:getOrCreateOutputSection (Results 1 – 3 of 3) sorted by relevance
1157 OutputSection *Sec = Script->getOrCreateOutputSection(Name); in readPrimary()1181 OutputSection *Cmd = Script->getOrCreateOutputSection(Name); in readPrimary()1233 OutputSection *Cmd = Script->getOrCreateOutputSection(Name); in readPrimary()1267 OutputSection *Cmd = Script->getOrCreateOutputSection(Name); in readPrimary()
260 OutputSection *getOrCreateOutputSection(StringRef Name);
98 OutputSection *LinkerScript::getOrCreateOutputSection(StringRef Name) { in getOrCreateOutputSection() function in LinkerScript