Searched refs:dependentLoadFlags (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/lld/COFF/
H A DConfig.h296 uint16_t dependentLoadFlags = 0; member in struct:lld::coff::Configuration
H A DDriverUtils.cpp272 if (arg.getAsInteger(0, ctx.config.dependentLoadFlags))
H A DWriter.cpp2441 if (ctx.config.dependentLoadFlags)
2442 loadConfig->DependentLoadFlags = ctx.config.dependentLoadFlags;

Completed in 183 milliseconds