Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Metadata

55 static const char AnnotationSection[] = "llvm.metadata";
742 GV->setSection("llvm.metadata");
749 SmallVectorImpl<llvm::Value *> &Metadata,
753 addLinkOptionsPostorder(Context, Mod->Parent, Metadata, Visited);
759 addLinkOptionsPostorder(Context, Mod->Imports[I-1], Metadata, Visited);
776 Metadata.push_back(llvm::MDNode::get(Context, Args));
784 Metadata.push_back(llvm::MDNode::get(Context, OptString));
846 // Add the linker options metadata flag.
1816 // If we are compiling with ASan, add metadata indicating dynamically
2889 /// Emits metadata nodes associating all the global values in the
2894 /// with an llvm::GlobalValue, we create a global named metadata
2908 /// Emits metadata nodes for all the local variables in the current
2915 // Find the unique metadata ID for this name.