Home
last modified time | relevance | path

Searched refs:getOrCreateOutputSection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h362 OutputDesc *getOrCreateOutputSection(StringRef name);
H A DScriptParser.cpp1508 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()
H A DLinkerScript.cpp156 OutputDesc *LinkerScript::getOrCreateOutputSection(StringRef name) { in getOrCreateOutputSection() function in LinkerScript