Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h370 StartSection() : Section(wasm::WASM_SEC_START) {} in StartSection()
373 return S->Type == wasm::WASM_SEC_START; in classof()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h45 WASM_SEC_START = 8, // Start function declaration enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp252 case wasm::WASM_SEC_START: in mapping()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp416 case wasm::WASM_SEC_START: in parseSection()
2177 case wasm::WASM_SEC_START: in getSectionOrder()