mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 19:35:54 +00:00
llvm-cov: Marked secondary print functions private.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197439 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b6c4a84592
commit
da84349207
@ -363,6 +363,7 @@ public:
|
||||
void setRunCount(uint32_t Runs) { RunCount = Runs; }
|
||||
void setProgramCount(uint32_t Programs) { ProgramCount = Programs; }
|
||||
void print(StringRef GCNOFile, StringRef GCDAFile) const;
|
||||
private:
|
||||
void printFunctionSummary(raw_fd_ostream &OS,
|
||||
const FunctionVector &Funcs) const;
|
||||
void printBlockInfo(raw_fd_ostream &OS, const GCOVBlock &Block,
|
||||
@ -371,7 +372,7 @@ public:
|
||||
uint32_t &EdgeNo) const;
|
||||
void printUncondBranchInfo(raw_fd_ostream &OS, uint32_t &EdgeNo,
|
||||
uint64_t Count) const;
|
||||
private:
|
||||
|
||||
const GCOVOptions &Options;
|
||||
StringMap<LineData> LineInfo;
|
||||
uint32_t RunCount;
|
||||
|
Loading…
x
Reference in New Issue
Block a user