diff options
Diffstat (limited to 'include/lldb/Symbol/Function.h')
-rw-r--r-- | include/lldb/Symbol/Function.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/lldb/Symbol/Function.h b/include/lldb/Symbol/Function.h index cd2df9b6078f..9892d620ce47 100644 --- a/include/lldb/Symbol/Function.h +++ b/include/lldb/Symbol/Function.h @@ -574,6 +574,14 @@ public: CompilerType GetCompilerType (); + //------------------------------------------------------------------ + /// Get the size of the prologue instructions for this function. The "prologue" + /// instructions include any instructions given line number 0 immediately following + /// the prologue end. + /// + /// @return + /// The size of the prologue. + //------------------------------------------------------------------ uint32_t GetPrologueByteSize (); |