Searched refs:addImport (Results 1 – 6 of 6) sorted by relevance
81 void addImport(StringRef Module, uint32_t ImportId);
54 void DebugCrossModuleImportsSubsection::addImport(StringRef Module, in addImport() function in DebugCrossModuleImportsSubsection
635 out.importSec->addImport(WasmSym::indirectFunctionTable); in calculateImports()643 out.importSec->addImport(sym); in calculateImports()800 out.importSec->addImport(WasmSym::indirectFunctionTable); in finalizeIndirectFunctionTable()
168 void addImport(Symbol *sym);
185 void ImportSection::addImport(Symbol *sym) { in addImport() function in lld::wasm::ImportSection
483 Result->addImport(M.ModuleName, Id); in toCodeViewSubsection()