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

References

include/llvm/ObjectYAML/WasmYAML.h
  303   MemorySection() : Section(wasm::WASM_SEC_MEMORY) {}
  306     return S->Type == wasm::WASM_SEC_MEMORY;
lib/Object/WasmObjectFile.cpp
  303   case wasm::WASM_SEC_MEMORY:
 1399     ECase(MEMORY);
 1582   case wasm::WASM_SEC_MEMORY:
lib/ObjectYAML/WasmYAML.cpp
  225   case wasm::WASM_SEC_MEMORY:
  283   ECase(MEMORY);
tools/lld/wasm/OutputSections.cpp
   46   case WASM_SEC_MEMORY:
tools/lld/wasm/SyntheticSections.h
  146   MemorySection() : SyntheticSection(llvm::wasm::WASM_SEC_MEMORY) {}
tools/llvm-readobj/WasmDumper.cpp
   36     ENUM_ENTRY(FUNCTION), ENUM_ENTRY(TABLE),     ENUM_ENTRY(MEMORY),
  198     case wasm::WASM_SEC_MEMORY:
tools/obj2yaml/wasm2yaml.cpp
  257     case wasm::WASM_SEC_MEMORY: {