Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DScriptParser.cpp1157 OutputSection *Sec = Script->getOrCreateOutputSection(Name); in readPrimary()
1181 OutputSection *Cmd = Script->getOrCreateOutputSection(Name); in readPrimary()
1233 OutputSection *Cmd = Script->getOrCreateOutputSection(Name); in readPrimary()
1267 OutputSection *Cmd = Script->getOrCreateOutputSection(Name); in readPrimary()
H A DLinkerScript.h260 OutputSection *getOrCreateOutputSection(StringRef Name);
H A DLinkerScript.cpp98 OutputSection *LinkerScript::getOrCreateOutputSection(StringRef Name) { in getOrCreateOutputSection() function in LinkerScript