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

References

include/llvm/ObjectYAML/WasmYAML.h
  283   FunctionSection() : Section(wasm::WASM_SEC_FUNCTION) {}
  286     return S->Type == wasm::WASM_SEC_FUNCTION;
lib/MC/WasmObjectWriter.cpp
  748   startSection(Section, wasm::WASM_SEC_FUNCTION);
lib/Object/WasmObjectFile.cpp
  299   case wasm::WASM_SEC_FUNCTION:
 1397     ECase(FUNCTION);
 1578   case wasm::WASM_SEC_FUNCTION:
lib/ObjectYAML/WasmYAML.cpp
  215   case wasm::WASM_SEC_FUNCTION:
  281   ECase(FUNCTION);
tools/lld/wasm/OutputSections.cpp
   42   case WASM_SEC_FUNCTION:
tools/lld/wasm/SyntheticSections.h
  133   FunctionSection() : SyntheticSection(llvm::wasm::WASM_SEC_FUNCTION) {}
tools/llvm-readobj/WasmDumper.cpp
   36     ENUM_ENTRY(FUNCTION), ENUM_ENTRY(TABLE),     ENUM_ENTRY(MEMORY),
tools/obj2yaml/wasm2yaml.cpp
  241     case wasm::WASM_SEC_FUNCTION: {