Searched refs:hasSectionsCommand (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/lld/ELF/
H A DLinkerScript.cpp74 if (script->hasSectionsCommand)
879 if (hasSectionsCommand)
997 if (sec->addrExpr && script->hasSectionsCommand) {
1115 return hasSectionsCommand && (getFirstInputSection(sec) == nullptr) &&
1245 if (!script->hasSectionsCommand || allocateHeaders)
1309 if (script->hasSectionsCommand) {
H A DLinkerScript.h342 bool hasSectionsCommand = false; member in class:lld::elf::final
H A DWriter.cpp237 if (script->hasSectionsCommand)
300 bool hasDataRelRo = script->hasSectionsCommand && findSection(".data.rel.ro");
546 if (script->hasSectionsCommand)
1410 if (script->hasSectionsCommand)
1459 if (!script->hasSectionsCommand) {
1473 if (!script->hasSectionsCommand)
2114 if (!script->hasSectionsCommand && !config->relocatable)
H A DScriptParser.cpp603 script->hasSectionsCommand = true;
H A DDriver.cpp398 if (config->singleRoRx && !script->hasSectionsCommand)
2191 if (script->hasSectionsCommand)

Completed in 201 milliseconds