MCPcopy Create free account
hub / github.com/Samsung/UTopia / getAllocSizeArgNo

Method getAllocSizeArgNo

lib/utils/ManualAllocLoader.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

updateDefaultMethod · 0.80
updateDefaultMethod · 0.80

Calls 3

getDemangledNameFunction · 0.85
getNameMethod · 0.45
findMethod · 0.45

Tested by

no test coverage detected