Home
last modified time | relevance | path

Searched refs:WASM_SEC_DATA (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h400 DataSection() : Section(wasm::WASM_SEC_DATA) {} in DataSection()
403 return S->Type == wasm::WASM_SEC_DATA; in classof()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp174 case wasm::WASM_SEC_DATA: { in printSectionHeaders()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h48 WASM_SEC_DATA = 11, // Data segments enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp422 case wasm::WASM_SEC_DATA: in parseSection()
2034 return getWasmSection(Sec).Type == wasm::WASM_SEC_DATA; in isSectionData()
2183 case wasm::WASM_SEC_DATA: in getSectionOrder()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp267 case wasm::WASM_SEC_DATA: in mapping()
H A DWasmEmitter.cpp579 case wasm::WASM_SEC_DATA: in writeRelocSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1057 startSection(Section, wasm::WASM_SEC_DATA); in writeDataSection()