Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp111 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-7.0/llvm/lib/Transforms/IPO/
DSampleProfile.cpp201 unsigned getFunctionLoc(Function &F);
1364 unsigned SampleProfileLoader::getFunctionLoc(Function &F) { in getFunctionLoc() function in SampleProfileLoader
1442 if (getFunctionLoc(F) == 0) in emitAnnotations()
1446 << F.getName() << ": " << getFunctionLoc(F) << "\n"); in emitAnnotations()
1481 F.getSubprogram()->getFilename(), getFunctionLoc(F), in emitAnnotations()
1494 F.getSubprogram()->getFilename(), getFunctionLoc(F), in emitAnnotations()