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

References

lib/MC/WasmObjectWriter.cpp
  732       encodeULEB128(Import.Event.Attribute, W.OS);
  766     encodeULEB128(Event.Attribute, W.OS);
 1189         Import.Event.Attribute = wasm::WASM_EVENT_ATTRIBUTE_EXCEPTION;
 1382         Event.Attribute = wasm::WASM_EVENT_ATTRIBUTE_EXCEPTION;
lib/Object/WasmObjectFile.cpp
  925       Im.Event.Attribute = readVarint32(Ctx);
 1011     Event.Type.Attribute = readVaruint32(Ctx);
tools/lld/wasm/SymbolTable.cpp
  179   if (newType->Attribute != oldType->Attribute)
  179   if (newType->Attribute != oldType->Attribute)
tools/lld/wasm/SyntheticSections.cpp
  178       import.Event.Attribute = eventSym->getEventType()->Attribute;
  178       import.Event.Attribute = eventSym->getEventType()->Attribute;
tools/lld/wasm/WriterUtils.cpp
   60   if (type.Attribute == WASM_EVENT_ATTRIBUTE_EXCEPTION)
  172   writeUleb128(os, type.Attribute, "event attribute");
tools/obj2yaml/wasm2yaml.cpp
  226           Im.EventImport.Attribute = Import.Event.Attribute;
  283         E.Attribute = Event.Type.Attribute;