reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
293 TableSection() : Section(wasm::WASM_SEC_TABLE) {} 296 return S->Type == wasm::WASM_SEC_TABLE;lib/Object/WasmObjectFile.cpp
301 case wasm::WASM_SEC_TABLE: 1398 ECase(TABLE); 1580 case wasm::WASM_SEC_TABLE:lib/ObjectYAML/WasmYAML.cpp
220 case wasm::WASM_SEC_TABLE: 282 ECase(TABLE);tools/lld/wasm/OutputSections.cpp
44 case WASM_SEC_TABLE:
tools/lld/wasm/SyntheticSections.h 157 TableSection() : SyntheticSection(llvm::wasm::WASM_SEC_TABLE) {}
tools/llvm-readobj/WasmDumper.cpp 36 ENUM_ENTRY(FUNCTION), ENUM_ENTRY(TABLE), ENUM_ENTRY(MEMORY),
tools/obj2yaml/wasm2yaml.cpp 249 case wasm::WASM_SEC_TABLE: {