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.h329 OutputDesc *getOrCreateOutputSection(StringRef name);
H A DScriptParser.cpp1455 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()
H A DLinkerScript.cpp150 OutputDesc *LinkerScript::getOrCreateOutputSection(StringRef name) { in getOrCreateOutputSection() function in LinkerScript