Home
last modified time | relevance | path

Searched refs:emitRelocs (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/llvm/lld/wasm/
DConfig.h39 bool emitRelocs; member
DWriter.cpp163 if (config->relocatable || config->emitRelocs) { in createCustomSections()
446 if (config->emitRelocs || config->relocatable) { in addSections()
724 if (!config->relocatable && !config->emitRelocs) in populateSymtab()
DSyntheticSections.h360 return config->relocatable || config->emitRelocs;
DDriver.cpp402 config->emitRelocs = args.hasArg(OPT_emit_relocs); in readConfigs()
/openbsd/src/gnu/llvm/lld/ELF/
DConfig.h208 bool emitRelocs; member
DDriver.cpp364 if (config->strip == StripPolicy::All && config->emitRelocs) in checkOptions()
1110 config->emitRelocs = args.hasArg(OPT_emit_relocs); in readConfigs()
1557 config->copyRelocs = (config->relocatable || config->emitRelocs); in setConfigs()
DSyntheticSections.cpp3390 if (config->emitRelocs && isec->type == SHT_REL) in addSection()