Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp150 OutputDesc *LinkerScript::getOrCreateOutputSection(StringRef name) { in getOrCreateOutputSection() function in LinkerScript