Home
last modified time | relevance | path

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

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