Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasmTraits.h55 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 DWasm.h38 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 DWasmObjectFile.cpp632 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 DGlobalOpt.cpp910 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 DPPCAsmPrinter.cpp2967 TOCEntryType GlobalType = TOCType_GlobalInternal; in emitTTypeReference() local
2972 GlobalType = TOCType_GlobalExternal; in emitTTypeReference()
2974 MCSymbol *TOCEntry = lookUpOrCreateTOCEntry(TypeInfoSym, GlobalType); in emitTTypeReference()