Searched refs:getOrCreateOutputSection (Results 1 – 3 of 3) sorted by relevance
1290 OutputSection *sec = script->getOrCreateOutputSection(name); in readPrimary()1315 OutputSection *cmd = script->getOrCreateOutputSection(name); in readPrimary()1370 OutputSection *cmd = script->getOrCreateOutputSection(name); in readPrimary()1414 OutputSection *cmd = script->getOrCreateOutputSection(name); in readPrimary()
297 OutputSection *getOrCreateOutputSection(StringRef name);
96 OutputSection *LinkerScript::getOrCreateOutputSection(StringRef name) { in getOrCreateOutputSection() function in LinkerScript