diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 10:51:19 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2018-07-28 10:51:19 +0000 | 
| commit | eb11fae6d08f479c0799db45860a98af528fa6e7 (patch) | |
| tree | 44d492a50c8c1a7eb8e2d17ea3360ec4d066f042 /lib/CodeGen/AsmPrinter/DebugHandlerBase.h | |
| parent | b8a2042aa938069e862750553db0e4d82d25822c (diff) | |
Notes
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DebugHandlerBase.h')
| -rw-r--r-- | lib/CodeGen/AsmPrinter/DebugHandlerBase.h | 8 | 
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/CodeGen/AsmPrinter/DebugHandlerBase.h b/lib/CodeGen/AsmPrinter/DebugHandlerBase.h index 245d70038de9..1ccefe32be75 100644 --- a/lib/CodeGen/AsmPrinter/DebugHandlerBase.h +++ b/lib/CodeGen/AsmPrinter/DebugHandlerBase.h @@ -122,14 +122,6 @@ public:    /// Return Label immediately following the instruction.    MCSymbol *getLabelAfterInsn(const MachineInstr *MI); -  /// Determine the relative position of the fragments described by P1 and P2. -  /// Returns -1 if P1 is entirely before P2, 0 if P1 and P2 overlap, 1 if P1 is -  /// entirely after P2. -  static int fragmentCmp(const DIExpression *P1, const DIExpression *P2); - -  /// Determine whether two variable fragments overlap. -  static bool fragmentsOverlap(const DIExpression *P1, const DIExpression *P2); -    /// If this type is derived from a base type then return base type size.    static uint64_t getBaseTypeSize(const DITypeRef TyRef);  };  | 
