Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCodeGenModule.cpp882 static void addLinkOptionsPostorder(CodeGenModule &CGM, in addLinkOptionsPostorder() function
888 addLinkOptionsPostorder(CGM, Mod->Parent, Metadata, Visited); in addLinkOptionsPostorder()
894 addLinkOptionsPostorder(CGM, Mod->Imports[I-1], Metadata, Visited); in addLinkOptionsPostorder()
976 addLinkOptionsPostorder(*this, *M, MetadataArgs, Visited); in EmitModuleLinkOptions()