Searched refs:addLinkOptionsPostorder (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 2245 static void addLinkOptionsPostorder(CodeGenModule &CGM, Module *Mod, in addLinkOptionsPostorder() function 2250 addLinkOptionsPostorder(CGM, Mod->Parent, Metadata, Visited); in addLinkOptionsPostorder() 2256 addLinkOptionsPostorder(CGM, Mod->Imports[I-1], Metadata, Visited); in addLinkOptionsPostorder() 2351 addLinkOptionsPostorder(*this, M, MetadataArgs, Visited); in EmitModuleLinkOptions()
|