Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:MD

802                                                        LocationMetadata MD) {
804 createPrivateGlobalForString(M, MD.Filename, true),
805 ConstantInt::get(Type::getInt32Ty(M.getContext()), MD.LineNo),
806 ConstantInt::get(Type::getInt32Ty(M.getContext()), MD.ColumnNo),
1334 auto MD = GlobalsMD.get(G);
1338 M, MD.Name.empty() ? G->getName() : MD.Name,
1380 if (!MD.SourceLoc.empty()) {
1381 auto SourceLocGlobal = createPrivateGlobalForSourceLoc(M, MD.SourceLoc);
1393 ConstantInt::get(IntptrTy, MD.IsDynInit), SourceLoc, nullptr);
1395 if (ClInitializers && MD.IsDynInit) HasDynamicallyInitializedGlobals = true;