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

References

include/llvm/ObjectYAML/WasmYAML.h
  273   ImportSection() : Section(wasm::WASM_SEC_IMPORT) {}
  276     return S->Type == wasm::WASM_SEC_IMPORT;
lib/MC/WasmObjectWriter.cpp
  706   startSection(Section, wasm::WASM_SEC_IMPORT);
lib/Object/WasmObjectFile.cpp
  297   case wasm::WASM_SEC_IMPORT:
 1396     ECase(IMPORT);
 1576   case wasm::WASM_SEC_IMPORT:
lib/ObjectYAML/WasmYAML.cpp
  210   case wasm::WASM_SEC_IMPORT:
  280   ECase(IMPORT);
tools/lld/wasm/OutputSections.cpp
   40   case WASM_SEC_IMPORT:
tools/lld/wasm/SyntheticSections.h
  101   ImportSection() : SyntheticSection(llvm::wasm::WASM_SEC_IMPORT) {}
tools/llvm-readobj/WasmDumper.cpp
   35     ENUM_ENTRY(CUSTOM),   ENUM_ENTRY(TYPE),      ENUM_ENTRY(IMPORT),
tools/obj2yaml/wasm2yaml.cpp
  210     case wasm::WASM_SEC_IMPORT: {