Searched defs:GlobalType (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ | ||
H A D | Wasm.h | 38 const wasm::WasmGlobalType *GlobalType, in WasmSymbol() argument |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ | ||
H A D | MCSymbolWasm.h | 28 std::optional<wasm::WasmGlobalType> GlobalType; global() variable |
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ | ||
H A D | WasmObjectFile.cpp | 632 const wasm::WasmGlobalType *GlobalType = nullptr; parseLinkingSectionSymtab() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ | ||
H A D | PPCAsmPrinter.cpp | 2967 TOCEntryType GlobalType = TOCType_GlobalInternal; emitTTypeReference() local |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ | ||
H A D | GlobalOpt.cpp | 910 Type *GlobalType = ArrayType::get(Type::getInt8Ty(GV->getContext()), OptimizeGlobalAddressOfAllocation() local |