Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasmTraits.h50 template <> struct DenseMapInfo<wasm::WasmGlobalType> {
51 static wasm::WasmGlobalType getEmptyKey() {
52 return wasm::WasmGlobalType{1, true};
54 static wasm::WasmGlobalType getTombstoneKey() {
55 return wasm::WasmGlobalType{2, true};
57 static unsigned getHashValue(const wasm::WasmGlobalType &GlobalType) {
60 static bool isEqual(const wasm::WasmGlobalType &LHS,
61 const wasm::WasmGlobalType &RHS) {
DWasm.h39 const wasm::WasmGlobalType *GlobalType, in WasmSymbol()
46 const wasm::WasmGlobalType *GlobalType;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h85 struct WasmGlobalType { struct
92 WasmGlobalType Type; argument
115 WasmGlobalType Global;
378 inline bool operator==(const WasmGlobalType &LHS, const WasmGlobalType &RHS) {
382 inline bool operator!=(const WasmGlobalType &LHS, const WasmGlobalType &RHS) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolWasm.h26 Optional<wasm::WasmGlobalType> GlobalType;
101 const wasm::WasmGlobalType &getGlobalType() const { in getGlobalType()
105 void setGlobalType(wasm::WasmGlobalType GT) { GlobalType = GT; } in setGlobalType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp86 WasmSym->setGlobalType(wasm::WasmGlobalType{ in GetExternalSymbolSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp680 wasm::WasmGlobalType{uint8_t(Type.getValue()), true}); in ParseDirective()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp124 wasm::WasmGlobalType Type;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp488 const wasm::WasmGlobalType *GlobalType = nullptr; in parseLinkingSectionSymtab()