Searched refs:getOrCreateOutputSection (Results 1 – 3 of 3) sorted by relevance
329 OutputDesc *getOrCreateOutputSection(StringRef name);
1455 OutputSection *osec = &script->getOrCreateOutputSection(name)->osec; in readPrimary()1480 OutputSection *osec = &script->getOrCreateOutputSection(name)->osec; in readPrimary()1541 OutputSection *osec = &script->getOrCreateOutputSection(name)->osec; in readPrimary()1585 OutputSection *cmd = &script->getOrCreateOutputSection(name)->osec; in readPrimary()
150 OutputDesc *LinkerScript::getOrCreateOutputSection(StringRef name) { in getOrCreateOutputSection() function in LinkerScript