Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCFGDiff.h76 void printMap(raw_ostream &OS, const UpdateMapType &M) const { in printMap() function
165 printMap(OS, Succ); in print()
167 printMap(OS, Pred); in print()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dsize_class_map_test.cpp15 scudo::printMap<SCMap>(); in testSizeClassMap()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h328 template <typename SCMap> inline void printMap() { in printMap() function