Home
last modified time | relevance | path

Searched defs:DenseMap (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DModule.h34 typename KeyInfoT, typename ValueInfoT> class DenseMap; variable
/external/llvm/include/llvm/IR/
DDebugInfo.h34 class DenseMap; variable
/external/llvm/docs/
DProgrammersManual.rst1508 .. _dss_sortedvectormap:
1510 A sorted 'vector'
1522 llvm/ADT/StringMap.h
1569 llvm/ADT/DenseMap.h argument
1597 ValueMap is a wrapper around a :ref:`DenseMap <dss_densemap>` mapping argument
1606 llvm/ADT/IntervalMap.h
1637 ``MapVector<KeyT,ValueT>`` provides a subset of the DenseMap interface. The argument
1650 llvm/ADT/IntEqClasses.h
1666 llvm/ADT/ImmutableMap.h
1678 Other Map-Like Container Options
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DDenseMap.h51 DenseMap(const DenseMap &other) { in DenseMap() function
61 DenseMap(const InputIt &I, const InputIt &E) { in DenseMap() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h600 DenseMap(const DenseMap &other) : BaseT() { in DenseMap() function
605 DenseMap(DenseMap &&other) : BaseT() { in DenseMap() function
611 DenseMap(const InputIt &I, const InputIt &E) { in DenseMap() function
/external/llvm/include/llvm/ADT/
DDenseMap.h602 DenseMap(const DenseMap &other) : BaseT() { in DenseMap() function
607 DenseMap(DenseMap &&other) : BaseT() { in DenseMap() function
613 DenseMap(const InputIt &I, const InputIt &E) { in DenseMap() function