Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/test/ELF/
H A Dformat-binary.test27 ## bfdname can be quoted.
/llvm-project-15.0.7/lld/ELF/
H A DScriptParser.cpp451 config->bfdname = unquote(next()); in readOutputFormat()
456 config->bfdname = s; in readOutputFormat()
460 config->bfdname = s; in readOutputFormat()
463 s = config->bfdname; in readOutputFormat()
469 setError("unknown output format name: " + config->bfdname); in readOutputFormat()
H A DConfig.h110 llvm::StringRef bfdname; member
H A DInputFiles.cpp141 !config->bfdname.empty() ? config->bfdname : config->emulation; in isCompatible()