reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
715 case wasm::WASM_EXTERNAL_FUNCTION: 1164 Import.Kind = wasm::WASM_EXTERNAL_FUNCTION;lib/Object/WasmObjectFile.cpp
477 if (I.Kind == wasm::WASM_EXTERNAL_FUNCTION) 905 case wasm::WASM_EXTERNAL_FUNCTION: 1031 case wasm::WASM_EXTERNAL_FUNCTION:lib/ObjectYAML/WasmEmitter.cpp
351 case wasm::WASM_EXTERNAL_FUNCTION:
lib/ObjectYAML/WasmYAML.cpp383 if (Import.Kind == wasm::WASM_EXTERNAL_FUNCTION) { 569 ECase(FUNCTION);tools/lld/wasm/SyntheticSections.cpp
170 import.Kind = WASM_EXTERNAL_FUNCTION;
tools/lld/wasm/Writer.cpp 524 export_ = {name, WASM_EXTERNAL_FUNCTION, f->getFunctionIndex()};
tools/lld/wasm/WriterUtils.cpp190 case WASM_EXTERNAL_FUNCTION: 214 case WASM_EXTERNAL_FUNCTION:tools/obj2yaml/wasm2yaml.cpp
218 case wasm::WASM_EXTERNAL_FUNCTION: