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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp1344 const NamedMDNode *CommandLines = M.getNamedMetadata("llvm.commandline"); local
1345 if (!CommandLines)
1351 for (const MDNode *N : CommandLines->operands()) {

Completed in 127 milliseconds