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

References

lib/Object/WasmObjectFile.cpp
  727     case wasm::WASM_FEATURE_PREFIX_USED:
lib/ObjectYAML/WasmYAML.cpp
  337   ECase(USED);
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
  243     if (Entry.Prefix != wasm::WASM_FEATURE_PREFIX_USED &&
lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
  289                         wasm::WASM_FEATURE_PREFIX_USED);
tools/lld/wasm/SyntheticSections.cpp
  568     writeU8(os, WASM_FEATURE_PREFIX_USED, "feature used prefix");
tools/lld/wasm/Writer.cpp
  393       case WASM_FEATURE_PREFIX_USED: