Home
last modified time | relevance | path

Searched refs:GlobalVT (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.cpp69 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 DWebAssemblyTypeUtilities.h62 void wasmSymbolSetType(MCSymbolWasm *Sym, const Type *GlobalVT,
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp58 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 DWebAssemblyAsmPrinter.cpp190 Type *GlobalVT = GV->getValueType(); in emitGlobalVariable() local
199 GV->getDataLayout(), GlobalVT, VTs); in emitGlobalVariable()
201 WebAssembly::wasmSymbolSetType(Sym, GlobalVT, VTs); in emitGlobalVariable()