Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DWasm.h335 const unsigned WASM_SYMBOL_EXPLICIT_NAME = 0x40; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/
DWasm.h237 const unsigned WASM_SYMBOL_EXPLICIT_NAME = 0x40; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/
DWasm.h237 const unsigned WASM_SYMBOL_EXPLICIT_NAME = 0x40; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
H A DWasm.h411 const unsigned WASM_SYMBOL_EXPLICIT_NAME = 0x40; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/
DWasm.h412 const unsigned WASM_SYMBOL_EXPLICIT_NAME = 0x40; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/
DWasm.h237 const unsigned WASM_SYMBOL_EXPLICIT_NAME = 0x40; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DWasmObjectWriter.cpp950 (Sym.Flags & wasm::WASM_SYMBOL_EXPLICIT_NAME) != 0) in writeLinkingMetaDataSection()
1464 Flags |= wasm::WASM_SYMBOL_EXPLICIT_NAME; in writeObject()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp193 (Info.Flags & wasm::WASM_SYMBOL_EXPLICIT_NAME) != 0) in writeSectionContent()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DWasmObjectWriter.cpp1176 (Sym.Flags & wasm::WASM_SYMBOL_EXPLICIT_NAME) != 0) in writeLinkingMetaDataSection()
1797 Flags |= wasm::WASM_SYMBOL_EXPLICIT_NAME; in writeOneObject()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp208 (Info.Flags & wasm::WASM_SYMBOL_EXPLICIT_NAME) != 0) in writeSectionContent()