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

References

include/llvm/ObjectYAML/WasmYAML.h
  353   ElemSection() : Section(wasm::WASM_SEC_ELEM) {}
  356     return S->Type == wasm::WASM_SEC_ELEM;
lib/MC/WasmObjectWriter.cpp
  795   startSection(Section, wasm::WASM_SEC_ELEM);
lib/Object/WasmObjectFile.cpp
  313   case wasm::WASM_SEC_ELEM:
 1404     ECase(ELEM);
 1590   case wasm::WASM_SEC_ELEM:
lib/ObjectYAML/WasmYAML.cpp
  250   case wasm::WASM_SEC_ELEM:
  288   ECase(ELEM);
tools/lld/wasm/OutputSections.cpp
   56   case WASM_SEC_ELEM:
tools/lld/wasm/SyntheticSections.h
  241       : SyntheticSection(llvm::wasm::WASM_SEC_ELEM) {}
tools/llvm-readobj/WasmDumper.cpp
   38     ENUM_ENTRY(START),    ENUM_ENTRY(ELEM),      ENUM_ENTRY(CODE),
tools/obj2yaml/wasm2yaml.cpp
  308     case wasm::WASM_SEC_ELEM: {