Home
last modified time | relevance | path

Searched refs:WASM_EXTERNAL_FUNCTION (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DWasm.h223 WASM_EXTERNAL_FUNCTION = 0x0, enumerator
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp474 if (I.Kind == wasm::WASM_EXTERNAL_FUNCTION) in parseLinkingSectionSymtab()
822 case wasm::WASM_EXTERNAL_FUNCTION: in parseImportSection()
948 case wasm::WASM_EXTERNAL_FUNCTION: in parseExportSection()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DWasmObjectWriter.cpp750 case wasm::WASM_EXTERNAL_FUNCTION: in writeImportSection()
1212 Import.Kind = wasm::WASM_EXTERNAL_FUNCTION; in writeObject()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp330 if (Import.Kind == wasm::WASM_EXTERNAL_FUNCTION) { in mapping()