Searched refs:whyExtractRecords (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | Config.h | 112 whyExtractRecords; member
|
| H A D | Driver.cpp | 653 config->whyExtractRecords.emplace_back(option, sym->getFile(), *sym); in handleUndefined() 668 config->whyExtractRecords.emplace_back("<libcall>", sym->getFile(), in handleLibcall() 688 for (auto &entry : config->whyExtractRecords) { in writeWhyExtract() 880 config->whyExtractRecords.emplace_back(stub_file->getName(), in processStubLibraries()
|
| H A D | SymbolTable.cpp | 535 config->whyExtractRecords.emplace_back(toString(file), s->getFile(), in addUndefinedFunction() 764 config->whyExtractRecords.emplace_back(toString(oldFile), s->getFile(), *s); in addLazy()
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | Config.h | 438 whyExtractRecords; member
|
| H A D | Symbols.cpp | 314 ctx.whyExtractRecords.emplace_back(toString(reference), &extracted, sym); in recordWhyExtract()
|
| H A D | Driver.cpp | 103 whyExtractRecords.clear(); in reset() 1886 ctx.whyExtractRecords.emplace_back(option, sym->file, *sym); in handleUndefined() 1965 for (auto &entry : ctx.whyExtractRecords) { in writeWhyExtract()
|