Searched refs:GlobalType (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | WasmTraits.h | 57 static unsigned getHashValue(const wasm::WasmGlobalType &GlobalType) { 58 return hash_combine(GlobalType.Type, GlobalType.Mutable);
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCSymbolWasm.h | 28 Optional<wasm::WasmGlobalType> GlobalType; variable 128 assert(GlobalType.hasValue()); in getGlobalType() 129 return GlobalType.getValue(); in getGlobalType() 131 void setGlobalType(wasm::WasmGlobalType GT) { GlobalType = GT; } in setGlobalType()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | Wasm.h | 38 const wasm::WasmGlobalType *GlobalType, in WasmSymbol() argument 42 : Info(Info), GlobalType(GlobalType), TableType(TableType), in WasmSymbol() 46 const wasm::WasmGlobalType *GlobalType; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
H A D | llvm.grm | 260 GlobalType ::= global | constant ; 276 | OptGlobalAssign GVVisibilityStyle ThreadLocal OptAddrSpace GlobalType 279 GlobalType ConstVal GlobalVarAttributes 281 GlobalType Types GlobalVarAttributes
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 893 Type *GlobalType; in OptimizeGlobalAddressOfMalloc() local 895 GlobalType = AllocTy; in OptimizeGlobalAddressOfMalloc() 898 GlobalType = ArrayType::get(AllocTy, NElements->getZExtValue()); in OptimizeGlobalAddressOfMalloc() 903 *GV->getParent(), GlobalType, false, GlobalValue::InternalLinkage, in OptimizeGlobalAddressOfMalloc() 904 UndefValue::get(GlobalType), GV->getName() + ".body", nullptr, in OptimizeGlobalAddressOfMalloc()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 530 const wasm::WasmGlobalType *GlobalType = nullptr; in parseLinkingSectionSymtab() local 581 GlobalType = &Global.Type; in parseLinkingSectionSymtab() 592 GlobalType = &Import.Global; in parseLinkingSectionSymtab() 712 Symbols.emplace_back(LinkingData.SymbolTable.back(), GlobalType, TableType, in parseLinkingSectionSymtab()
|