Home
last modified time | relevance | path

Searched refs:getNamedMDList (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModule.h545 const NamedMDListType &getNamedMDList() const { return NamedMDList; } in getNamedMDList() function
547 NamedMDListType &getNamedMDList() { return NamedMDList; } in getNamedMDList() function
/external/llvm/include/llvm/IR/
DModule.h516 const NamedMDListType &getNamedMDList() const { return NamedMDList; }
518 NamedMDListType &getNamedMDList() { return NamedMDList; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugInfo.cpp668 for (auto &NMD : M.getNamedMDList()) { in stripNonLineTableDebugInfo()