Home
last modified time | relevance | path

Searched refs:GlobalMD (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp94 Metadata *&GlobalMD = LocalToGlobal[MD]; in promoteTypeIds() local
95 if (!GlobalMD) { in promoteTypeIds()
97 GlobalMD = MDString::get(M.getContext(), NewName); in promoteTypeIds()
101 MetadataAsValue::get(M.getContext(), GlobalMD)); in promoteTypeIds()
/external/llvm-project/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp94 Metadata *&GlobalMD = LocalToGlobal[MD]; in promoteTypeIds() local
95 if (!GlobalMD) { in promoteTypeIds()
97 GlobalMD = MDString::get(M.getContext(), NewName); in promoteTypeIds()
101 MetadataAsValue::get(M.getContext(), GlobalMD)); in promoteTypeIds()