Class: LLDB::BuildDiscovery::Candidate
- Inherits:
-
Struct
- Object
- Struct
- LLDB::BuildDiscovery::Candidate
- Defined in:
- ext/lldb/discovery.rb
Instance Attribute Summary collapse
-
#include_dir ⇒ Object
Returns the value of attribute include_dir.
-
#lib_dir ⇒ Object
Returns the value of attribute lib_dir.
-
#llvm_config ⇒ Object
Returns the value of attribute llvm_config.
Instance Attribute Details
#include_dir ⇒ Object
Returns the value of attribute include_dir
7 8 9 |
# File 'ext/lldb/discovery.rb', line 7 def include_dir @include_dir end |
#lib_dir ⇒ Object
Returns the value of attribute lib_dir
7 8 9 |
# File 'ext/lldb/discovery.rb', line 7 def lib_dir @lib_dir end |
#llvm_config ⇒ Object
Returns the value of attribute llvm_config
7 8 9 |
# File 'ext/lldb/discovery.rb', line 7 def llvm_config @llvm_config end |