Searched refs:GlobalMD (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ThinLTOBitcodeWriter.cpp | 114 Metadata *&GlobalMD = LocalToGlobal[MD]; in promoteTypeIds() local 115 if (!GlobalMD) { in promoteTypeIds() 117 GlobalMD = MDString::get(M.getContext(), NewName); in promoteTypeIds() 121 MetadataAsValue::get(M.getContext(), GlobalMD)); in promoteTypeIds()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Descriptor.h | 149 static constexpr MetadataSize GlobalMD = sizeof(GlobalInlineDescriptor); member 154 align(std::max(*InlineDescMD, *GlobalMD));
|
| H A D | Program.cpp | 58 allocateDescriptor(Base, CharType, Descriptor::GlobalMD, StringLength + 1, in createGlobalString() 254 Desc = createDescriptor(D, *T, nullptr, Descriptor::GlobalMD, IsConst, in createGlobal() 257 Desc = createDescriptor(D, Ty.getTypePtr(), Descriptor::GlobalMD, IsConst, in createGlobal()
|