Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h255 bool isAfter; member
H A DScriptParser.cpp655 bool isAfter = false; in readSections() local
657 isAfter = true; in readSections()
666 script->insertCommands.push_back({std::move(names), isAfter, where}); in readSections()
H A DLinkerScript.cpp331 (cmd.isAfter ? " after " : " before ") + cmd.where); in processInsertCommands()
333 if (cmd.isAfter) in processInsertCommands()