Searched refs:getOrCreateOutputSection (Results 1 – 3 of 3) sorted by relevance
316 OutputDesc *getOrCreateOutputSection(StringRef name);
1411 OutputSection *osec = &script->getOrCreateOutputSection(name)->osec; in readPrimary()1436 OutputSection *osec = &script->getOrCreateOutputSection(name)->osec; in readPrimary()1497 OutputSection *osec = &script->getOrCreateOutputSection(name)->osec; in readPrimary()1541 OutputSection *cmd = &script->getOrCreateOutputSection(name)->osec; in readPrimary()
148 OutputDesc *LinkerScript::getOrCreateOutputSection(StringRef name) { in getOrCreateOutputSection() function in LinkerScript