Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DWasm.h351 WASM_NAMES_FUNCTION = 1, enumerator
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp274 writeUint8(OS, wasm::WASM_NAMES_FUNCTION); in writeSectionContent()
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp460 case wasm::WASM_NAMES_FUNCTION: in parseNameSection()
468 if (Type == wasm::WASM_NAMES_FUNCTION) { in parseNameSection()
/llvm-project-15.0.7/lld/wasm/
H A DSyntheticSections.cpp769 SubSection sub(WASM_NAMES_FUNCTION); in writeBody()