Home
last modified time | relevance | path

Searched refs:globalType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lld/wasm/
H A DSymbols.h334 const WasmGlobalType *getGlobalType() const { return globalType; } in getGlobalType()
343 const WasmGlobalType *globalType) in GlobalSymbol() argument
344 : Symbol(name, k, flags, f), globalType(globalType) {} in GlobalSymbol()
346 const WasmGlobalType *globalType; variable
H A DDriver.cpp631 auto *globalType = is64 ? &globalTypeI64 : &globalTypeI32; in createSyntheticSymbols() local
632 WasmSym::memoryBase = createUndefinedGlobal("__memory_base", globalType); in createSyntheticSymbols()
633 WasmSym::tableBase = createUndefinedGlobal("__table_base", globalType); in createSyntheticSymbols()
H A DInputFiles.cpp336 const WasmGlobalType *globalType = nullptr; in addLegacyIndirectFunctionTableIfNeeded() local
339 make<WasmSymbol>(*info, globalType, &tableImport->Table, signature); in addLegacyIndirectFunctionTableIfNeeded()
/llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/
H A DGPUOpsLowering.cpp216 auto globalType = LLVM::LLVMArrayType::get(llvmI8, formatStringSize); in matchAndRewrite() local
222 loc, globalType, in matchAndRewrite()
314 auto globalType = in matchAndRewrite() local
321 loc, globalType, in matchAndRewrite()
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp1277 mlir::Type globalType; in parse() local
1278 if (parser.parseColonType(globalType)) in parse()
1282 mlir::TypeAttr::get(globalType)); in parse()