Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h293 WASM_NAMES_FUNCTION = 0x1, enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
DWasm.h351 WASM_NAMES_FUNCTION = 1, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp259 writeUint8(OS, wasm::WASM_NAMES_FUNCTION); in writeSectionContent()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp274 writeUint8(OS, wasm::WASM_NAMES_FUNCTION); in writeSectionContent()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DWasmObjectFile.cpp460 case wasm::WASM_NAMES_FUNCTION: in parseNameSection()
468 if (Type == wasm::WASM_NAMES_FUNCTION) { in parseNameSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp356 case wasm::WASM_NAMES_FUNCTION: { in parseNameSection()