Searched refs:GlobalType (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCSymbolWasm.h | 28 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 D | WasmTraits.h | 55 static unsigned getHashValue(const wasm::WasmGlobalType &GlobalType) { 56 return hash_combine(GlobalType.Type, GlobalType.Mutable);
|
/openbsd/gnu/llvm/llvm/include/llvm/Object/ |
H A D | Wasm.h | 38 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 D | llvm.grm | 262 GlobalType ::= global | constant ; 278 | OptGlobalAssign GVVisibilityStyle ThreadLocal OptAddrSpace GlobalType 281 GlobalType ConstVal GlobalVarAttributes 283 GlobalType Types GlobalVarAttributes
|
/openbsd/gnu/llvm/lld/wasm/ |
H A D | InputFiles.cpp | 656 sym.GlobalType); in createUndefined() 659 sym.GlobalType); in createUndefined()
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 613 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 D | GlobalOpt.cpp | 868 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()
|