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

/external/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp111 unsigned getFunctionLoc(Function &F);
1066 unsigned SampleProfileLoader::getFunctionLoc(Function &F) { function in class:SampleProfileLoader
1142 if (getFunctionLoc(F) == 0)
1146 << ": " << getFunctionLoc(F) << "\n");
1171 F.getSubprogram()->getFilename(), getFunctionLoc(F),
1184 F.getSubprogram()->getFilename(), getFunctionLoc(F),

Completed in 156 milliseconds