Home
last modified time | relevance | path

Searched refs:WASM_SEC_EXPORT (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
HDWasmYAML.h333 ExportSection() : Section(wasm::WASM_SEC_EXPORT) {} in ExportSection()
336 return S->Type == wasm::WASM_SEC_EXPORT; in classof()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDWasm.h213 WASM_SEC_EXPORT = 7, // Exports enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDWasmYAML.cpp240 case wasm::WASM_SEC_EXPORT: in mapping()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDWasmObjectFile.cpp309 case wasm::WASM_SEC_EXPORT: in parseSection()
1589 case wasm::WASM_SEC_EXPORT: in getSectionOrder()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDWasmObjectWriter.cpp778 startSection(Section, wasm::WASM_SEC_EXPORT); in writeExportSection()