Added DIECompileUnitBase::CompilationDir() getter.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31330 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -143,6 +143,9 @@ public:
|
|||||||
|
|
||||||
virtual const char* Name() const;
|
virtual const char* Name() const;
|
||||||
|
|
||||||
|
const char* CompilationDir() const
|
||||||
|
{ return fCompilationDir; }
|
||||||
|
|
||||||
const DebugInfoEntryList& Types() const { return fTypes; }
|
const DebugInfoEntryList& Types() const { return fTypes; }
|
||||||
const DebugInfoEntryList& OtherChildren() const
|
const DebugInfoEntryList& OtherChildren() const
|
||||||
{ return fOtherChildren; }
|
{ return fOtherChildren; }
|
||||||
|
|||||||
Reference in New Issue
Block a user