mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 07:01:03 +08:00
Add const versions of SBFrame::GetFunctionName and SBFrame::IsInlined.
http://reviews.llvm.org/D10711 llvm-svn: 240660
This commit is contained in:
@@ -128,6 +128,9 @@ public:
|
||||
const char *
|
||||
GetFunctionName();
|
||||
|
||||
const char *
|
||||
GetFunctionName() const;
|
||||
|
||||
%feature("docstring", "
|
||||
/// Return true if this frame represents an inlined function.
|
||||
///
|
||||
@@ -135,7 +138,10 @@ public:
|
||||
") IsInlined;
|
||||
bool
|
||||
IsInlined();
|
||||
|
||||
|
||||
bool
|
||||
IsInlined() const;
|
||||
|
||||
%feature("docstring", "
|
||||
/// The version that doesn't supply a 'use_dynamic' value will use the
|
||||
/// target's default.
|
||||
|
||||
Reference in New Issue
Block a user