| 9 | } |
| 10 | |
| 11 | std::set<unsigned> |
| 12 | ManualAllocLoader::getAllocSizeArgNo(const llvm::Function &F) const { |
| 13 | auto FuncName = F.getName(); |
| 14 | return getAllocSizeArgNo(FuncName.str()); |
| 15 | } |
| 16 | |
| 17 | std::set<unsigned> |
| 18 | ManualAllocLoader::getAllocSizeArgNo(std::string Name) const { |
no test coverage detected