Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSymbolWasm.h131 const wasm::WasmGlobalType &getGlobalType() const { in getGlobalType() function
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp175 Type = static_cast<wasm::ValType>(WasmSym->getGlobalType().Type); in getGlobal()
/llvm-project-15.0.7/lld/wasm/
H A DSyntheticSections.cpp199 ImportKey<WasmGlobalType> key(*(g->getGlobalType()), module, name); in addImport()
265 import.Global = *globalSym->getGlobalType(); in writeBody()
H A DSymbols.h334 const WasmGlobalType *getGlobalType() const { return globalType; } in getGlobalType() function
H A DWriter.cpp574 if (global->getGlobalType()->Mutable) { in checkImportExportTargetFeatures()
672 if (g->getGlobalType()->Mutable && !g->getFile() && !g->forceExport) { in calculateExports()
H A DSymbolTable.cpp162 const WasmGlobalType *oldType = cast<GlobalSymbol>(existing)->getGlobalType(); in checkGlobalType()
/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp1389 Import.Global = WS.getGlobalType(); in prepareImports()
1663 Global.Type = WS.getGlobalType(); in writeOneObject()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMOps.td1246 return getGlobalType();