diff options
Diffstat (limited to 'compiler/oat_writer.h')
-rw-r--r-- | compiler/oat_writer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/oat_writer.h b/compiler/oat_writer.h index 8c20aa8d06..dbecb95362 100644 --- a/compiler/oat_writer.h +++ b/compiler/oat_writer.h @@ -108,6 +108,10 @@ class OatWriter { return method_info_; } + bool DidAddSymbols() const { + return compiler_driver_->DidIncludeDebugSymbols(); + } + private: // The DataAccess classes are helper classes that provide access to members related to // a given map, i.e. GC map, mapping table or vmap table. By abstracting these away |