Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp1290 OutputSection *sec = script->getOrCreateOutputSection(name); in readPrimary()
1315 OutputSection *cmd = script->getOrCreateOutputSection(name); in readPrimary()
1370 OutputSection *cmd = script->getOrCreateOutputSection(name); in readPrimary()
1414 OutputSection *cmd = script->getOrCreateOutputSection(name); in readPrimary()
H A DLinkerScript.h297 OutputSection *getOrCreateOutputSection(StringRef name);
H A DLinkerScript.cpp96 OutputSection *LinkerScript::getOrCreateOutputSection(StringRef name) { in getOrCreateOutputSection() function in LinkerScript