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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp140 for (const MDOperand &MDOption : cast<MDNode>(MDOptions)->operands())
141 COFFLinkerOptsOS << " " << cast<MDString>(MDOption)->getString();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp634 MDString *MDOption = cast<MDString>(MDOptions->getOperand(ii)); local
635 OS << " " << MDOption->getString();

Completed in 59 milliseconds