reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
716 encodeULEB128(Import.SigIndex, W.OS); 1165 Import.SigIndex = getFunctionType(WS);lib/Object/WasmObjectFile.cpp
515 Signature = &Signatures[Import.SigIndex]; 907 Im.SigIndex = readVaruint32(Ctx);tools/lld/wasm/SyntheticSections.cpp
171 import.SigIndex = out.typeSec->lookupType(*functionSym->signature);
tools/lld/wasm/WriterUtils.cpp 191 writeUleb128(os, import.SigIndex, "import sig index");
tools/obj2yaml/wasm2yaml.cpp 219 Im.SigIndex = Import.SigIndex;