Searched refs:getFunctionLoc (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 111 unsigned getFunctionLoc(Function &F); 1066 unsigned SampleProfileLoader::getFunctionLoc(Function &F) { in getFunctionLoc() function in SampleProfileLoader 1142 if (getFunctionLoc(F) == 0) in emitAnnotations() 1146 << ": " << getFunctionLoc(F) << "\n"); in emitAnnotations() 1171 F.getSubprogram()->getFilename(), getFunctionLoc(F), in emitAnnotations() 1184 F.getSubprogram()->getFilename(), getFunctionLoc(F), in emitAnnotations()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 326 unsigned getFunctionLoc(Function &F); 1628 unsigned SampleProfileLoader::getFunctionLoc(Function &F) { in getFunctionLoc() function in SampleProfileLoader 1706 if (getFunctionLoc(F) == 0) in emitAnnotations() 1710 << F.getName() << ": " << getFunctionLoc(F) << "\n"); in emitAnnotations() 1745 F.getSubprogram()->getFilename(), getFunctionLoc(F), in emitAnnotations() 1758 F.getSubprogram()->getFilename(), getFunctionLoc(F), in emitAnnotations()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 340 unsigned getFunctionLoc(Function &F); 1687 unsigned SampleProfileLoader::getFunctionLoc(Function &F) { in getFunctionLoc() function in SampleProfileLoader 1765 if (getFunctionLoc(F) == 0) in emitAnnotations() 1769 << F.getName() << ": " << getFunctionLoc(F) << "\n"); in emitAnnotations() 1804 F.getSubprogram()->getFilename(), getFunctionLoc(F), in emitAnnotations() 1817 F.getSubprogram()->getFilename(), getFunctionLoc(F), in emitAnnotations()
|