Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasmTraits.h57 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 DMCSymbolWasm.h28 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 DWasm.h38 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 Dllvm.grm260 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 DGlobalOpt.cpp893 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 DWasmObjectFile.cpp530 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()