Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp1552 const NamedMDNode *CommandLines = M.getNamedMetadata("llvm.commandline"); in visitModuleCommandLines() local
1553 if (!CommandLines) in visitModuleCommandLines()
1559 for (const MDNode *N : CommandLines->operands()) { in visitModuleCommandLines()