Home
last modified time | relevance | path

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

/external/llvm-project/lld/test/ELF/
Dformat-binary.test27 ## bfdname can be quoted.
/external/llvm-project/lld/ELF/
DConfig.h97 llvm::StringRef bfdname; member
DScriptParser.cpp436 config->bfdname = unquote(next()); in readOutputFormat()
437 StringRef s = config->bfdname; in readOutputFormat()
443 setError("unknown output format name: " + config->bfdname); in readOutputFormat()
DInputFiles.cpp148 !config->bfdname.empty() ? config->bfdname : config->emulation; in isCompatible()