Searched refs:GlobalType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/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);
|
| /freebsd-14.2/contrib/llvm-project/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
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 632 const wasm::WasmGlobalType *GlobalType = nullptr; in parseLinkingSectionSymtab() local 680 GlobalType = &Global.Type; in parseLinkingSectionSymtab() 691 GlobalType = &Import.Global; in parseLinkingSectionSymtab() 807 Symbols.emplace_back(LinkingData.SymbolTable.back(), GlobalType, TableType, in parseLinkingSectionSymtab() 1305 const wasm::WasmGlobalType *GlobalType = nullptr; in parseExportSection() local 1363 Symbols.emplace_back(LinkingData.SymbolTable.back(), GlobalType, in parseExportSection()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 910 Type *GlobalType = ArrayType::get(Type::getInt8Ty(GV->getContext()), in OptimizeGlobalAddressOfAllocation() local 916 *GV->getParent(), GlobalType, false, GlobalValue::InternalLinkage, in OptimizeGlobalAddressOfAllocation() 917 UndefValue::get(GlobalType), GV->getName() + ".body", nullptr, in OptimizeGlobalAddressOfAllocation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 2967 TOCEntryType GlobalType = TOCType_GlobalInternal; in emitTTypeReference() local 2972 GlobalType = TOCType_GlobalExternal; in emitTTypeReference() 2974 MCSymbol *TOCEntry = lookUpOrCreateTOCEntry(TypeInfoSym, GlobalType); in emitTTypeReference()
|