Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmReader.cpp31 ReaderSec.SectionType <= WASM_SEC_LAST_KNOWN) in create()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h49 WASM_SEC_LAST_KNOWN = WASM_SEC_TAG, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp196 } else if (section_id <= llvm::wasm::WASM_SEC_LAST_KNOWN) { in DecodeNextSection()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1970 if (S.Type > wasm::WASM_SEC_LAST_KNOWN) in getSectionName()