| commit | 201733b7f0b4fee6120dc1e0e43df90a860a34be | [log] [tgz] |
|---|---|---|
| author | Alexey Samsonov <vonosmas@gmail.com> | Fri Jun 12 01:48:47 2015 +0000 |
| committer | Alexey Samsonov <vonosmas@gmail.com> | Fri Jun 12 01:48:47 2015 +0000 |
| tree | a34da55f7a370e6f61419511d2c7880939f29d12 | |
| parent | 9947e48cd1d75d00271a0f83374981a6e56c7656 [diff] |
[SanitizerCoverage] Use llvm::getDISubprogram() to get location of the entry basic block. DebugLoc::getFnDebugLoc() should soon be removed. Also, getDISubprogram() might become more effective soon and wouldn't need to scan debug locations at all, if function-level metadata would be emitted by Clang. llvm-svn: 239586