Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp2468 static void addLinkOptionsPostorder(CodeGenModule &CGM, Module *Mod, in addLinkOptionsPostorder() function
2473 addLinkOptionsPostorder(CGM, Mod->Parent, Metadata, Visited); in addLinkOptionsPostorder()
2479 addLinkOptionsPostorder(CGM, Import, Metadata, Visited); in addLinkOptionsPostorder()
2599 addLinkOptionsPostorder(*this, M, MetadataArgs, Visited); in EmitModuleLinkOptions()