Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A 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) {
H A DWasm.h92 struct WasmGlobalType { struct
99 WasmGlobalType Type; argument
122 WasmGlobalType Global;
424 inline bool operator==(const WasmGlobalType &LHS, const WasmGlobalType &RHS) {
428 inline bool operator!=(const WasmGlobalType &LHS, const WasmGlobalType &RHS) {
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbolWasm.h28 Optional<wasm::WasmGlobalType> GlobalType;
127 const wasm::WasmGlobalType &getGlobalType() const { in getGlobalType()
131 void setGlobalType(wasm::WasmGlobalType GT) { GlobalType = GT; } in setGlobalType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp68 WasmSym->setGlobalType(wasm::WasmGlobalType{uint8_t(Type), Mutable}); in GetGlobalAddressSymbol()
109 WasmSym->setGlobalType(wasm::WasmGlobalType{ in GetExternalSymbolSymbol()
H A DWebAssemblyAsmPrinter.cpp195 Sym->setGlobalType(wasm::WasmGlobalType{uint8_t(Type), Mutable}); in emitGlobalVariable()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h38 const wasm::WasmGlobalType *GlobalType, in WasmSymbol()
46 const wasm::WasmGlobalType *GlobalType;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp801 wasm::WasmGlobalType{uint8_t(Type.getValue()), Mutable}); in ParseDirective()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp462 SPSym->setGlobalType(wasm::WasmGlobalType{ in updateSubprogramScopeDIE()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp82 wasm::WasmGlobalType Type;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp530 const wasm::WasmGlobalType *GlobalType = nullptr; in parseLinkingSectionSymtab()