Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.cpp72 static_cast<wasm::ValType>(Sym->getGlobalType().Type)); in emitGlobalType()
73 if (!Sym->getGlobalType().Mutable) in emitGlobalType()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSymbolWasm.h131 const wasm::WasmGlobalType &getGlobalType() const { in getGlobalType() function
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp175 Type = static_cast<wasm::ValType>(WasmSym->getGlobalType().Type); in getGlobal()
/openbsd-src/gnu/llvm/lld/wasm/
H A DSyntheticSections.cpp201 ImportKey<WasmGlobalType> key(*(g->getGlobalType()), module, name); in addImport()
267 import.Global = *globalSym->getGlobalType(); in writeBody()
H A DSymbols.h341 const WasmGlobalType *getGlobalType() const { return globalType; } in getGlobalType() function
H A DWriter.cpp598 if (global->getGlobalType()->Mutable) { in checkImportExportTargetFeatures()
697 if (g->getGlobalType()->Mutable && !g->getFile() && !g->forceExport) { in calculateExports()
H A DSymbolTable.cpp170 const WasmGlobalType *oldType = cast<GlobalSymbol>(existing)->getGlobalType(); in checkGlobalType()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp1386 Import.Global = WS.getGlobalType(); in prepareImports()
1656 Global.Type = WS.getGlobalType(); in writeOneObject()