Searched refs:getFuncNameFor (Results 1 – 3 of 3) sorted by relevance
82 addProfiledFunction(ContextTracker.getFuncNameFor(Callee)); in ProfiledCallGraph()99 addProfiledFunction(ContextTracker.getFuncNameFor(Callee)); in ProfiledCallGraph()120 addProfiledCall(ContextTracker.getFuncNameFor(Caller), in ProfiledCallGraph()121 ContextTracker.getFuncNameFor(Callee), Weight); in ProfiledCallGraph()
124 StringRef getFuncNameFor(ContextTrieNode *Node) const;
457 StringRef SampleContextTracker::getFuncNameFor(ContextTrieNode *Node) const { in getFuncNameFor() function in llvm::SampleContextTracker