Searched refs:CommandLines (Results 1 – 1 of 1) sorted by relevance
1773 const NamedMDNode *CommandLines = M.getNamedMetadata("llvm.commandline"); in visitModuleCommandLines() local1774 if (!CommandLines) in visitModuleCommandLines()1780 for (const MDNode *N : CommandLines->operands()) { in visitModuleCommandLines()