Searched refs:globalType (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | Symbols.h | 334 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 D | Driver.cpp | 631 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 D | InputFiles.cpp | 336 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 D | GPUOpsLowering.cpp | 216 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 D | FIROps.cpp | 1277 mlir::Type globalType; in parse() local 1278 if (parser.parseColonType(globalType)) in parse() 1282 mlir::TypeAttr::get(globalType)); in parse()
|