Searched refs:getNamedMDList (Results 1 – 3 of 3) sorted by relevance
545 const NamedMDListType &getNamedMDList() const { return NamedMDList; } in getNamedMDList() function547 NamedMDListType &getNamedMDList() { return NamedMDList; } in getNamedMDList() function
516 const NamedMDListType &getNamedMDList() const { return NamedMDList; }518 NamedMDListType &getNamedMDList() { return NamedMDList; }
668 for (auto &NMD : M.getNamedMDList()) { in stripNonLineTableDebugInfo()