Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp2597 static void addLinkOptionsPostorder(CodeGenModule &CGM, Module *Mod, in addLinkOptionsPostorder() function
2602 addLinkOptionsPostorder(CGM, Mod->Parent, Metadata, Visited); in addLinkOptionsPostorder()
2608 addLinkOptionsPostorder(CGM, Import, Metadata, Visited); in addLinkOptionsPostorder()
2728 addLinkOptionsPostorder(*this, M, MetadataArgs, Visited); in EmitModuleLinkOptions()