Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.h79 void hashBlockData(const DIE::const_value_range &Values);
DDIEHash.cpp218 void DIEHash::hashBlockData(const DIE::const_value_range &Values) { in hashBlockData()
/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.h566 typedef iterator_range<const_value_iterator> const_value_range; typedef
582 const_value_range values() const { in values()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DDIE.h638 using const_value_range = iterator_range<const_value_iterator>; variable
653 const_value_range values() const { in values()