Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3023 static void addLinkOptionsPostorder(CodeGenModule &CGM, Module *Mod, in addLinkOptionsPostorder() function
3028 addLinkOptionsPostorder(CGM, Mod->Parent, Metadata, Visited); in addLinkOptionsPostorder()
3034 addLinkOptionsPostorder(CGM, Import, Metadata, Visited); in addLinkOptionsPostorder()
3160 addLinkOptionsPostorder(*this, M, MetadataArgs, Visited); in EmitModuleLinkOptions()