Searched refs:getFunctionLoc (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp332 unsigned getFunctionLoc(Function &F);
1635 unsigned SampleProfileLoader::getFunctionLoc(Function &F) { function in class:SampleProfileLoader
1713 if (getFunctionLoc(F) == 0)
1717 << F.getName() << ": " << getFunctionLoc(F) << "\n");
1752 F.getSubprogram()->getFilename(), getFunctionLoc(F),
1765 F.getSubprogram()->getFilename(), getFunctionLoc(F),

Completed in 115 milliseconds