Searched defs:MDList (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/AsmParser/
H A DLLParser.cpp54 const std::vector<MDRef> &MDList = I->second; local
56 for (unsigned i = 0, e = MDList.size(); i != e; ++i) {
57 unsigned SlotNo = MDList[i].MDSlot;
60 return Error(MDList[i].Loc, "use of undefined metadata '!" +
62 Inst->setMetadata(MDList[i].MDKind, NumberedMetadata[SlotNo]);

Completed in 118 milliseconds