Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DSyntheticSections.cpp96 uint32_t numImports = importedSymbols.size() + gotSymbols.size(); in getNumImports()
115 importedSymbols.emplace_back(sym); in addImport()
158 for (const Symbol *sym : importedSymbols) { in writeBody()
575 for (const Symbol *s : out.importSec->importedSymbols) { in writeBody()
599 for (const Symbol *s : out.importSec->importedSymbols) { in writeBody()
DSyntheticSections.h121 std::vector<const Symbol *> importedSymbols; variable
DWriter.cpp485 for (const Symbol *sym : out.importSec->importedSymbols) { in populateTargetFeatures()
673 for (const Symbol *sym : out.importSec->importedSymbols) { in calculateTypes()