Home
last modified time | relevance | path

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

/external/llvm/tools/sancov/
Dsancov.cc647 friend class CoverageDataWithObjectFile;
853 class CoverageDataWithObjectFile : public CoverageData { class
855 static ErrorOr<std::unique_ptr<CoverageDataWithObjectFile>>
861 return std::unique_ptr<CoverageDataWithObjectFile>( in readAndMerge()
862 new CoverageDataWithObjectFile(ObjectFile, in readAndMerge()
1024 CoverageDataWithObjectFile(std::string ObjectFile, in CoverageDataWithObjectFile() function in __anon15e54a520111::CoverageDataWithObjectFile
1081 std::vector<std::unique_ptr<CoverageDataWithObjectFile>> MergedCoverage; in readCmdArguments()
1096 CoverageDataWithObjectFile::readAndMerge(Pair.first, Pair.second); in readCmdArguments()
1191 std::vector<std::unique_ptr<CoverageDataWithObjectFile>> *Data, in CoverageDataSet()
1198 std::vector<std::unique_ptr<CoverageDataWithObjectFile>> Coverage;