Home
last modified time | relevance | path

Searched refs:WASM_SYMBOL_EXPLICIT_NAME (Results 1 – 8 of 8) 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-16.0/llvm/include/llvm/BinaryFormat/
DWasm.h411 const unsigned WASM_SYMBOL_EXPLICIT_NAME = 0x40; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DWasmObjectFile.cpp636 if ((Info.Flags & wasm::WASM_SYMBOL_EXPLICIT_NAME) != 0) { in parseLinkingSectionSymtab()
666 if ((Info.Flags & wasm::WASM_SYMBOL_EXPLICIT_NAME) != 0) { in parseLinkingSectionSymtab()
696 if ((Info.Flags & wasm::WASM_SYMBOL_EXPLICIT_NAME) != 0) { in parseLinkingSectionSymtab()
759 if ((Info.Flags & wasm::WASM_SYMBOL_EXPLICIT_NAME) != 0) { in parseLinkingSectionSymtab()
/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()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp208 (Info.Flags & wasm::WASM_SYMBOL_EXPLICIT_NAME) != 0) in writeSectionContent()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DWasmObjectWriter.cpp1176 (Sym.Flags & wasm::WASM_SYMBOL_EXPLICIT_NAME) != 0) in writeLinkingMetaDataSection()
1797 Flags |= wasm::WASM_SYMBOL_EXPLICIT_NAME; in writeOneObject()