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

References

include/llvm/ObjectYAML/WasmYAML.h
  313   GlobalSection() : Section(wasm::WASM_SEC_GLOBAL) {}
  316     return S->Type == wasm::WASM_SEC_GLOBAL;
lib/Object/WasmObjectFile.cpp
  305   case wasm::WASM_SEC_GLOBAL:
 1400     ECase(GLOBAL);
 1584   case wasm::WASM_SEC_GLOBAL:
lib/ObjectYAML/WasmYAML.cpp
  230   case wasm::WASM_SEC_GLOBAL:
  284   ECase(GLOBAL);
tools/lld/wasm/OutputSections.cpp
   48   case WASM_SEC_GLOBAL:
tools/lld/wasm/SyntheticSections.h
  176   GlobalSection() : SyntheticSection(llvm::wasm::WASM_SEC_GLOBAL) {}
tools/llvm-readobj/WasmDumper.cpp
   37     ENUM_ENTRY(GLOBAL),   ENUM_ENTRY(EVENT),     ENUM_ENTRY(EXPORT),
tools/obj2yaml/wasm2yaml.cpp
  265     case wasm::WASM_SEC_GLOBAL: {