Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/
DLinkerScript.h245 bool isAfter; member
DScriptParser.cpp607 bool isAfter = false; in readSections() local
609 isAfter = true; in readSections()
618 script->insertCommands.push_back({std::move(names), isAfter, where}); in readSections()
DLinkerScript.cpp331 (cmd.isAfter ? " after " : " before ") + cmd.where); in processInsertCommands()
333 if (cmd.isAfter) in processInsertCommands()