Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h293 WASM_NAMES_FUNCTION = 0x1, enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h316 WASM_NAMES_FUNCTION = 0x1, enumerator
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp370 case wasm::WASM_NAMES_FUNCTION: in parseNameSection()
376 if (Type == wasm::WASM_NAMES_FUNCTION) { in parseNameSection()
394 wasm::NameType T = Type == wasm::WASM_NAMES_FUNCTION in parseNameSection()
/external/llvm-project/lld/wasm/
DSyntheticSections.cpp569 SubSection sub(WASM_NAMES_FUNCTION); in writeBody()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp259 writeUint8(OS, wasm::WASM_NAMES_FUNCTION); in writeSectionContent()
/external/llvm-project/llvm/lib/ObjectYAML/
DWasmEmitter.cpp261 writeUint8(OS, wasm::WASM_NAMES_FUNCTION); in writeSectionContent()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp356 case wasm::WASM_NAMES_FUNCTION: { in parseNameSection()