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

References

lib/MC/WasmObjectWriter.cpp
 1325               WasmComdatEntry{wasm::WASM_COMDAT_FUNCTION, Index});
lib/Object/WasmObjectFile.cpp
  664       case wasm::WASM_COMDAT_FUNCTION:
lib/ObjectYAML/WasmYAML.cpp
  466   ECase(FUNCTION);
tools/lld/wasm/SyntheticSections.cpp
  459           ComdatEntry{WASM_COMDAT_FUNCTION, f->getFunctionIndex()});
tools/obj2yaml/wasm2yaml.cpp
   85             WasmYAML::ComdatEntry{wasm::WASM_COMDAT_FUNCTION, Func.Index});