Lines Matching defs:MDs
620 void verifyFunctionMetadata(ArrayRef<std::pair<unsigned, MDNode *>> MDs);
894 SmallVector<MDNode *, 1> MDs;
895 GV.getMetadata(LLVMContext::MD_dbg, MDs);
896 for (auto *MD : MDs) {
2392 ArrayRef<std::pair<unsigned, MDNode *>> MDs) {
2393 for (const auto &Pair : MDs) {
2874 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs;
2875 F.getAllMetadata(MDs);
2876 assert(F.hasMetadata() != MDs.empty() && "Bit out-of-sync");
2877 verifyFunctionMetadata(MDs);
2893 Check(MDs.empty(), "unmaterialized function cannot have metadata", &F,
2894 MDs.empty() ? nullptr : MDs.front().second);
2896 for (const auto &I : MDs) {
2929 for (const auto &I : MDs) {
5256 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs;
5257 I.getAllMetadata(MDs);
5258 for (auto Attachment : MDs) {