Searched refs:GlobalVT (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/ |
H A D | WebAssemblyTypeUtilities.cpp | 69 void WebAssembly::wasmSymbolSetType(MCSymbolWasm *Sym, const Type *GlobalVT, in wasmSymbolSetType() argument 78 if (WebAssembly::isWebAssemblyTableType(GlobalVT)) { in wasmSymbolSetType() 80 const Type *ElTy = GlobalVT->getArrayElementType(); in wasmSymbolSetType()
|
H A D | WebAssemblyTypeUtilities.h | 62 void wasmSymbolSetType(MCSymbolWasm *Sym, const Type *GlobalVT,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMCInstLower.cpp | 58 Type *GlobalVT = Global->getValueType(); in GetGlobalAddressSymbol() local 60 computeLegalValueVTs(CurrentFunc, TM, GlobalVT, VTs); in GetGlobalAddressSymbol() 62 WebAssembly::wasmSymbolSetType(WasmSym, GlobalVT, VTs); in GetGlobalAddressSymbol()
|
H A D | WebAssemblyAsmPrinter.cpp | 190 Type *GlobalVT = GV->getValueType(); in emitGlobalVariable() local 199 GV->getDataLayout(), GlobalVT, VTs); in emitGlobalVariable() 201 WebAssembly::wasmSymbolSetType(Sym, GlobalVT, VTs); in emitGlobalVariable()
|