Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasmTraits.h45 template <> struct DenseMapInfo<wasm::WasmGlobalType> {
46 static wasm::WasmGlobalType getEmptyKey() {
47 return wasm::WasmGlobalType{1, true};
49 static wasm::WasmGlobalType getTombstoneKey() {
50 return wasm::WasmGlobalType{2, true};
52 static unsigned getHashValue(const wasm::WasmGlobalType &GlobalType) {
55 static bool isEqual(const wasm::WasmGlobalType &LHS,
56 const wasm::WasmGlobalType &RHS) {
DWasm.h40 const wasm::WasmGlobalType *GlobalType) in WasmSymbol()
45 const wasm::WasmGlobalType *GlobalType;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h70 struct WasmGlobalType { struct
77 WasmGlobalType Type; argument
88 WasmGlobalType Global;
286 inline bool operator==(const WasmGlobalType &LHS, const WasmGlobalType &RHS) {
290 inline bool operator!=(const WasmGlobalType &LHS, const WasmGlobalType &RHS) {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSymbolWasm.h25 wasm::WasmGlobalType GlobalType;
84 const wasm::WasmGlobalType &getGlobalType() const { in getGlobalType()
89 void setGlobalType(wasm::WasmGlobalType GT) { in setGlobalType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp91 WasmSym->setGlobalType(wasm::WasmGlobalType{ in GetExternalSymbolSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp126 wasm::WasmGlobalType Type;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp442 const wasm::WasmGlobalType *GlobalType = nullptr; in parseLinkingSectionSymtab()