Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.cpp1156 static void addLinkOptionsPostorder(CodeGenModule &CGM, Module *Mod, in addLinkOptionsPostorder() function
1161 addLinkOptionsPostorder(CGM, Mod->Parent, Metadata, Visited); in addLinkOptionsPostorder()
1167 addLinkOptionsPostorder(CGM, Mod->Imports[I-1], Metadata, Visited); in addLinkOptionsPostorder()
1243 addLinkOptionsPostorder(*this, M, MetadataArgs, Visited); in EmitModuleLinkOptions()