Home
last modified time | relevance | path

Searched refs:GlobalType (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCSymbolWasm.h28 std::optional<wasm::WasmGlobalType> GlobalType; variable
132 assert(GlobalType); in getGlobalType()
133 return *GlobalType; in getGlobalType()
135 void setGlobalType(wasm::WasmGlobalType GT) { GlobalType = GT; } in setGlobalType()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasmTraits.h55 static unsigned getHashValue(const wasm::WasmGlobalType &GlobalType) {
56 return hash_combine(GlobalType.Type, GlobalType.Mutable);
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h38 const wasm::WasmGlobalType *GlobalType, in WasmSymbol() argument
41 : Info(Info), GlobalType(GlobalType), TableType(TableType), in WasmSymbol()
45 const wasm::WasmGlobalType *GlobalType; variable
/openbsd/gnu/llvm/llvm/utils/
H A Dllvm.grm262 GlobalType ::= global | constant ;
278 | OptGlobalAssign GVVisibilityStyle ThreadLocal OptAddrSpace GlobalType
281 GlobalType ConstVal GlobalVarAttributes
283 GlobalType Types GlobalVarAttributes
/openbsd/gnu/llvm/lld/wasm/
H A DInputFiles.cpp656 sym.GlobalType); in createUndefined()
659 sym.GlobalType); in createUndefined()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp613 const wasm::WasmGlobalType *GlobalType = nullptr; in parseLinkingSectionSymtab() local
661 GlobalType = &Global.Type; in parseLinkingSectionSymtab()
672 GlobalType = &Import.Global; in parseLinkingSectionSymtab()
784 Symbols.emplace_back(LinkingData.SymbolTable.back(), GlobalType, TableType, in parseLinkingSectionSymtab()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp868 Type *GlobalType = ArrayType::get(Type::getInt8Ty(GV->getContext()), in OptimizeGlobalAddressOfAllocation() local
874 *GV->getParent(), GlobalType, false, GlobalValue::InternalLinkage, in OptimizeGlobalAddressOfAllocation()
875 UndefValue::get(GlobalType), GV->getName() + ".body", nullptr, in OptimizeGlobalAddressOfAllocation()