Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h187 WASM_NAMES_FUNCTION = 1, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp282 writeUint8(OS, wasm::WASM_NAMES_FUNCTION); in writeSectionContent()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp537 case wasm::WASM_NAMES_FUNCTION: in parseNameSection()
555 if (Type == wasm::WASM_NAMES_FUNCTION) { in parseNameSection()