Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.h128 void hashBlockData(const DIE::const_value_range &Values);
DDIEHash.cpp266 void DIEHash::hashBlockData(const DIE::const_value_range &Values) { in hashBlockData()
/external/llvm/include/llvm/CodeGen/
DDIE.h585 typedef iterator_range<const_value_iterator> const_value_range; typedef
601 const_value_range values() const { in values()