Searched refs:getNamedMDList (Results 1 – 2 of 2) sorted by relevance
560 const NamedMDListType &getNamedMDList() const { return NamedMDList; } in getNamedMDList() function562 NamedMDListType &getNamedMDList() { return NamedMDList; } in getNamedMDList() function
666 for (auto &NMD : M.getNamedMDList()) { in stripNonLineTableDebugInfo()