Searched refs:m_location (Results 1 – 8 of 8) sorted by relevance
/external/lldb/source/Symbol/ |
D | UnwindPlan.cpp | 34 return m_location.offset == rhs.m_location.offset; in operator ==() 37 return m_location.reg_num == rhs.m_location.reg_num; in operator ==() 41 if (m_location.expr.length == rhs.m_location.expr.length) in operator ==() 42 … return !memcmp (m_location.expr.opcodes, rhs.m_location.expr.opcodes, m_location.expr.length); in operator ==() 55 m_location.expr.opcodes = opcodes; in SetAtDWARFExpression() 56 m_location.expr.length = len; in SetAtDWARFExpression() 65 m_location.expr.opcodes = opcodes; in SetIsDWARFExpression() 66 m_location.expr.length = len; in SetIsDWARFExpression() 97 s.Printf ("CFA%+d", m_location.offset); in Dump() 103 const int32_t offset = row->GetCFAOffset() + m_location.offset; in Dump() [all …]
|
D | Variable.cpp | 55 m_location(location), in Variable() 136 if (m_location.IsValid()) in Dump() 140 if (m_location.IsLocationList()) in Dump() 154 m_location.GetDescription(s, lldb::eDescriptionLevelBrief, loclist_base_addr, abi); in Dump() 213 if (!m_location.IsLocationList()) in LocationIsValidForFrame() 232 return m_location.LocationListContainsAddress (loclist_base_load_addr, in LocationIsValidForFrame() 251 if (!m_location.IsLocationList()) in LocationIsValidForAddress() 265 return m_location.LocationListContainsAddress (loclist_base_file_addr, in LocationIsValidForAddress() 504 return m_location.DumpLocationForAddress (s, in DumpLocationForAddress() 511 return m_location.DumpLocationForAddress (s, in DumpLocationForAddress()
|
/external/lldb/include/lldb/Symbol/ |
D | UnwindPlan.h | 64 m_location() in RegisterLocation() 141 m_location.offset = offset; in SetAtCFAPlusOffset() 148 m_location.offset = offset; in SetIsCFAPlusOffset() 155 m_location.reg_num = reg_num; in SetInRegister() 162 return m_location.reg_num; in GetRegisterNumber() 176 return m_location.offset; in GetOffset() 185 *opcodes = m_location.expr.opcodes; in GetDWARFExpr() 186 len = m_location.expr.length; in GetDWARFExpr() 205 return m_location.expr.opcodes; in GetDWARFExpressionBytes() 213 return m_location.expr.length; in GetDWARFExpressionLength() [all …]
|
D | Variable.h | 107 return m_location; in LocationExpression() 113 return m_location; in LocationExpression() 173 …DWARFExpression m_location; // The location of this variable that can be fed to DWARFExpre… variable
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/ |
D | FlyoutControlComposite.java | 992 private final int m_location; 1001 m_location = location; 1011 return getDockLocation() == m_location; 1016 setDockLocation(m_location);
|
/external/deqp/modules/glshared/ |
D | glsAttributeLocationTests.hpp | 122 deUint32 getLocation (void) const { return m_location; } in getLocation() 126 deUint32 m_location; member in deqp::gls::AttributeLocationTestUtil::Bind
|
D | glsAttributeLocationTests.cpp | 682 , m_location (location) in Bind()
|
/external/lldb/source/DataFormatters/ |
D | CXXFormatterFunctions.cpp | 262 m_location(0), in ReadUTFBufferAndDumpToStreamOptions() 288 m_location = l; in SetLocation() 295 return m_location; in GetLocation() 378 uint64_t m_location; member in ReadUTFBufferAndDumpToStreamOptions
|