mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-11 07:18:44 +00:00
Add a comment
llvm-svn: 4586
This commit is contained in:
parent
84ed927ae7
commit
9bcd1e1b61
@ -80,6 +80,8 @@ public:
|
||||
return *I->second;
|
||||
}
|
||||
|
||||
/// getCallSites - Return all of the call sites for the specified function
|
||||
///
|
||||
const std::vector<DSCallSite> *getCallSites(const Function &F) const {
|
||||
std::map<const Function*, std::vector<DSCallSite> >::const_iterator I
|
||||
= CallSites.find(&F);
|
||||
|
Loading…
x
Reference in New Issue
Block a user