Searched refs:ProfileNames (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/llvm-cov/ |
D | TestingSupport.cpp | 52 SectionRef ProfileNames, CoverageMapping; in convertForTestingMain() local 58 ProfileNames = Section; in convertForTestingMain() 69 uint64_t ProfileNamesAddress = ProfileNames.getAddress(); in convertForTestingMain() 73 ProfileNames.getContents(ProfileNamesData)) in convertForTestingMain()
|
/external/llvm/lib/ProfileData/ |
D | CoverageMappingReader.cpp | 311 InstrProfSymtab &ProfileNames, StringRef Data, in readCoverageMappingData() argument 381 StringRef FuncName = ProfileNames.getFuncName(NamePtr, NameSize); in readCoverageMappingData() 396 InstrProfSymtab &ProfileNames, in loadTestingFormat() argument 422 ProfileNames.create(Data.substr(0, ProfileNamesSize), Address); in loadTestingFormat() 439 loadBinaryFormat(MemoryBufferRef ObjectBuffer, InstrProfSymtab &ProfileNames, in loadBinaryFormat() argument 481 if (std::error_code EC = ProfileNames.create(*NamesSection)) in loadBinaryFormat() 492 InstrProfSymtab ProfileNames; in create() local 499 EC = loadTestingFormat(ObjectBuffer->getBuffer(), ProfileNames, Coverage, in create() 502 EC = loadBinaryFormat(ObjectBuffer->getMemBufferRef(), ProfileNames, in create() 509 ProfileNames, Coverage, Reader->MappingRecords, Reader->Filenames); in create() [all …]
|