Home
last modified time | relevance | path

Searched refs:dependentLoadFlags (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h306 uint16_t dependentLoadFlags = 0; member
H A DDriverUtils.cpp258 if (arg.getAsInteger(0, ctx.config.dependentLoadFlags)) in parseDependentLoadFlags()
H A DWriter.cpp2916 if (ctx.config.dependentLoadFlags) { in prepareLoadConfig()
2918 loadConfig->DependentLoadFlags = ctx.config.dependentLoadFlags; in prepareLoadConfig()
H A DSymbolTable.cpp571 if (ctx.config.dependentLoadFlags) in initializeLoadConfig()