Home
last modified time | relevance | path

Searched refs:whyExtract (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lld/wasm/
H A DDriver.cpp459 config->whyExtract = args.getLastArgValue(OPT_why_extract); in readConfigs()
652 if (!config->whyExtract.empty()) in handleUndefined()
667 if (!config->whyExtract.empty()) in handleLibcall()
676 if (config->whyExtract.empty()) in writeWhyExtract()
680 raw_fd_ostream os(config->whyExtract, ec, sys::fs::OF_None); in writeWhyExtract()
682 error("cannot open --why-extract= file " + config->whyExtract + ": " + in writeWhyExtract()
879 if (!config->whyExtract.empty()) in processStubLibraries()
H A DConfig.h78 llvm::StringRef whyExtract; member
H A DSymbolTable.cpp534 if (!config->whyExtract.empty()) in addUndefinedFunction()
763 if (!config->whyExtract.empty()) in addLazy()
/openbsd-src/gnu/llvm/lld/ELF/
H A DSymbols.cpp475 if (!config->whyExtract.empty()) in resolve()
657 if (!config->whyExtract.empty()) in resolve()
H A DDriver.cpp1282 config->whyExtract = args.getLastArgValue(OPT_why_extract); in readConfigs()
1885 if (!config->whyExtract.empty()) in handleUndefined()
1953 if (config->whyExtract.empty()) in writeWhyExtract()
1957 raw_fd_ostream os(config->whyExtract, ec, sys::fs::OF_None); in writeWhyExtract()
1959 error("cannot open --why-extract= file " + config->whyExtract + ": " + in writeWhyExtract()
2557 if (auto e = tryCreateFile(config->whyExtract)) in link()
2558 error("cannot open --why-extract= file " + config->whyExtract + ": " + in link()
H A DConfig.h168 llvm::StringRef whyExtract; member