Searched refs:getOrCreateOutputSection (Results 1 – 3 of 3) sorted by relevance
308 OutputDesc *getOrCreateOutputSection(StringRef name);
1383 OutputSection *osec = &script->getOrCreateOutputSection(name)->osec; in readPrimary()1408 OutputSection *osec = &script->getOrCreateOutputSection(name)->osec; in readPrimary()1466 OutputSection *osec = &script->getOrCreateOutputSection(name)->osec; in readPrimary()1510 OutputSection *cmd = &script->getOrCreateOutputSection(name)->osec; in readPrimary()
150 OutputDesc *LinkerScript::getOrCreateOutputSection(StringRef name) { in getOrCreateOutputSection() function in LinkerScript