Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyTargetStreamer.cpp74 static_cast<wasm::ValType>(Sym->getGlobalType().Type)); in emitGlobalType()
75 if (!Sym->getGlobalType().Mutable) in emitGlobalType()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolWasm.h101 const wasm::WasmGlobalType &getGlobalType() const { in getGlobalType() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyTargetStreamer.cpp74 static_cast<wasm::ValType>(Sym->getGlobalType().Type)) in emitGlobalType()
/external/llvm-project/llvm/include/llvm/MC/
DMCSymbolWasm.h117 const wasm::WasmGlobalType &getGlobalType() const { in getGlobalType() function
/external/llvm-project/lld/wasm/
DSymbols.h317 const WasmGlobalType *getGlobalType() const { return globalType; } in getGlobalType() function
DWriter.cpp487 if (global->getGlobalType()->Mutable) { in populateTargetFeatures()
618 if (g->getGlobalType()->Mutable && !g->getFile() && !g->forceExport) { in calculateExports()
DSyntheticSections.cpp176 import.Global = *globalSym->getGlobalType(); in writeBody()
DSymbolTable.cpp164 const WasmGlobalType *oldType = cast<GlobalSymbol>(existing)->getGlobalType(); in checkGlobalType()
/external/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp1263 Import.Global = WS.getGlobalType(); in prepareImports()
1533 Global.Type = WS.getGlobalType(); in writeOneObject()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp1177 Import.Global = WS.getGlobalType(); in writeObject()