reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/MC/WasmObjectWriter.cpp
  727       W.OS << char(Import.Table.ElemType);
 1138   TableImport.Table.ElemType = wasm::WASM_TYPE_FUNCREF;
lib/Object/WasmObjectFile.cpp
  206   Table.ElemType = readUint8(Ctx);
  919       if (Im.Table.ElemType != wasm::WASM_TYPE_FUNCREF)
  962     if (Tables.back().ElemType != wasm::WASM_TYPE_FUNCREF) {
tools/lld/wasm/SyntheticSections.cpp
  151     import.Table.ElemType = WASM_TYPE_FUNCREF;
tools/obj2yaml/wasm2yaml.cpp
   36   T.ElemType = Table.ElemType;