forked from OSchip/llvm-project
[ProfileData] Make helper function static.
No functional change. llvm-svn: 256375
This commit is contained in:
parent
fe2b541546
commit
7a5c8c8fe3
|
@ -307,7 +307,7 @@ StringRef InstrProfSymtab::getFuncName(uint64_t Pointer, size_t Size) {
|
|||
}
|
||||
|
||||
template <typename T, support::endianness Endian>
|
||||
std::error_code readCoverageMappingData(
|
||||
static std::error_code readCoverageMappingData(
|
||||
InstrProfSymtab &ProfileNames, StringRef Data,
|
||||
std::vector<BinaryCoverageReader::ProfileMappingRecord> &Records,
|
||||
std::vector<StringRef> &Filenames) {
|
||||
|
|
Loading…
Reference in New Issue