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

References

include/llvm/ObjectYAML/WasmYAML.h
  343   StartSection() : Section(wasm::WASM_SEC_START) {}
  346     return S->Type == wasm::WASM_SEC_START;
lib/Object/WasmObjectFile.cpp
  311   case wasm::WASM_SEC_START:
 1403     ECase(START);
 1588   case wasm::WASM_SEC_START:
lib/ObjectYAML/WasmYAML.cpp
  245   case wasm::WASM_SEC_START:
  287   ECase(START);
tools/lld/wasm/OutputSections.cpp
   54   case WASM_SEC_START:
tools/lld/wasm/SyntheticSections.h
  229       : SyntheticSection(llvm::wasm::WASM_SEC_START), numSegments(numSegments) {
tools/llvm-readobj/WasmDumper.cpp
   38     ENUM_ENTRY(START),    ENUM_ENTRY(ELEM),      ENUM_ENTRY(CODE),
tools/obj2yaml/wasm2yaml.cpp
  290     case wasm::WASM_SEC_START: {