diff options
Diffstat (limited to 'llvm/tools/llvm-cfi-verify/lib/FileAnalysis.h')
| -rw-r--r-- | llvm/tools/llvm-cfi-verify/lib/FileAnalysis.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/llvm/tools/llvm-cfi-verify/lib/FileAnalysis.h b/llvm/tools/llvm-cfi-verify/lib/FileAnalysis.h index dfeff13863b..820c3683540 100644 --- a/llvm/tools/llvm-cfi-verify/lib/FileAnalysis.h +++ b/llvm/tools/llvm-cfi-verify/lib/FileAnalysis.h @@ -145,6 +145,10 @@ public:    // flow instruction in this file.    CFIProtectionStatus validateCFIProtection(const GraphResult &Graph) const; +  // Prints an instruction to the provided stream using this object's pretty- +  // printers. +  void printInstruction(const Instr &InstrMeta, raw_ostream &OS) const; +  protected:    // Construct a blank object with the provided triple and features. Used in    // testing, where a sub class will dependency inject protected methods to | 

