Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DLinkerScript.h308 OutputDesc *getOrCreateOutputSection(StringRef name);
H A DScriptParser.cpp1383 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()
H A DLinkerScript.cpp149 OutputDesc *LinkerScript::getOrCreateOutputSection(StringRef name) { in getOrCreateOutputSection() function in LinkerScript