Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DConfig.h238 bool allowBind = true; member
DWriter.cpp1414 if (!config->allowBind) in writeHeader()
DDriver.cpp1681 config->allowBind = args.hasFlag(OPT_allowbind, OPT_allowbind_no, true); in link()