Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h335 const unsigned WASM_SYMBOL_EXPLICIT_NAME = 0x40; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp511 if ((Info.Flags & wasm::WASM_SYMBOL_EXPLICIT_NAME) != 0) in parseLinkingSectionSymtab()
540 if ((Info.Flags & wasm::WASM_SYMBOL_EXPLICIT_NAME) != 0) in parseLinkingSectionSymtab()
600 if ((Info.Flags & wasm::WASM_SYMBOL_EXPLICIT_NAME) != 0) in parseLinkingSectionSymtab()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp950 (Sym.Flags & wasm::WASM_SYMBOL_EXPLICIT_NAME) != 0) in writeLinkingMetaDataSection()
1464 Flags |= wasm::WASM_SYMBOL_EXPLICIT_NAME; in writeObject()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp193 (Info.Flags & wasm::WASM_SYMBOL_EXPLICIT_NAME) != 0) in writeSectionContent()