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:
parent
df9cc7340c
commit
d68a0c6f4f
@ -143,6 +143,9 @@ public:
|
||||
|
||||
virtual const char* Name() const;
|
||||
|
||||
const char* CompilationDir() const
|
||||
{ return fCompilationDir; }
|
||||
|
||||
const DebugInfoEntryList& Types() const { return fTypes; }
|
||||
const DebugInfoEntryList& OtherChildren() const
|
||||
{ return fOtherChildren; }
|
||||
|
Loading…
Reference in New Issue
Block a user