Searched refs:getOrCreateOutputSection (Results 1 – 3 of 3) sorted by relevance
362 OutputDesc *getOrCreateOutputSection(StringRef name);
1508 OutputSection *osec = &ctx.script->getOrCreateOutputSection(name)->osec; in readPrimary()1535 OutputSection *osec = &ctx.script->getOrCreateOutputSection(name)->osec; in readPrimary()1598 OutputSection *osec = &ctx.script->getOrCreateOutputSection(name)->osec; in readPrimary()1642 OutputSection *cmd = &ctx.script->getOrCreateOutputSection(name)->osec; in readPrimary()
156 OutputDesc *LinkerScript::getOrCreateOutputSection(StringRef name) { in getOrCreateOutputSection() function in LinkerScript