Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h368 StartSection() : Section(wasm::WASM_SEC_START) {} in StartSection()
371 return S->Type == wasm::WASM_SEC_START; in classof()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h43 WASM_SEC_START = 8, // Start function declaration enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp250 case wasm::WASM_SEC_START: in mapping()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp371 case wasm::WASM_SEC_START: in parseSection()
1974 case wasm::WASM_SEC_START: in getSectionOrder()