Home
last modified time | relevance | path

Searched refs:skipUsersForStorage (Results 1 – 2 of 2) sorted by relevance

/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/include/glow/Graph/
H A DGraph.h2009 std::string toString(bool skipUsersForStorage = false,
2018 void dump(llvm::raw_ostream &os, bool skipUsersForStorage = false,
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Graph/
H A DGraph.cpp4799 std::string Function::toString(bool skipUsersForStorage, bool skipName) const { in toString() argument
4802 dump(os, skipUsersForStorage, skipName); in toString()
4812 void Function::dump(llvm::raw_ostream &os, bool skipUsersForStorage, in dump() argument
4827 os << C->getDebugDesc(skipUsersForStorage); in dump()
4830 os << P->getDebugDesc(skipUsersForStorage); in dump()