Home
last modified time | relevance | path

Searched refs:m_location (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/lldb/source/Symbol/
DUnwindPlan.cpp36 return m_location.offset == rhs.m_location.offset; in operator ==()
39 return m_location.reg_num == rhs.m_location.reg_num; in operator ==()
43 if (m_location.expr.length == rhs.m_location.expr.length) in operator ==()
44 return !memcmp(m_location.expr.opcodes, rhs.m_location.expr.opcodes, in operator ==()
45 m_location.expr.length); in operator ==()
57 m_location.expr.opcodes = opcodes; in SetAtDWARFExpression()
58 m_location.expr.length = len; in SetAtDWARFExpression()
66 m_location.expr.opcodes = opcodes; in SetIsDWARFExpression()
67 m_location.expr.length = len; in SetIsDWARFExpression()
118 s.Printf("CFA%+d", m_location.offset); in Dump()
[all …]
DVariable.cpp48 m_declaration(decl_ptr), m_location(location), m_external(external), in Variable()
148 if (m_location.IsValid()) { in Dump()
151 if (m_location.IsLocationList()) { in Dump()
165 m_location.GetDescription(s, lldb::eDescriptionLevelBrief, in Dump()
226 if (!m_location.IsLocationList()) { in LocationIsValidForFrame()
244 return m_location.LocationListContainsAddress( in LocationIsValidForFrame()
260 if (!m_location.IsLocationList()) { in LocationIsValidForAddress()
272 return m_location.LocationListContainsAddress(loclist_base_file_addr, in LocationIsValidForAddress()
469 return m_location.DumpLocationForAddress(s, eDescriptionLevelBrief, in DumpLocationForAddress()
474 return m_location.DumpLocationForAddress(s, eDescriptionLevelBrief, in DumpLocationForAddress()
/external/llvm-project/lldb/include/lldb/Symbol/
DUnwindPlan.h74 RegisterLocation() : m_type(unspecified), m_location() {} in RegisterLocation()
110 m_location.offset = offset; in SetAtCFAPlusOffset()
115 m_location.offset = offset; in SetIsCFAPlusOffset()
120 m_location.offset = offset; in SetAtAFAPlusOffset()
125 m_location.offset = offset; in SetIsAFAPlusOffset()
130 m_location.reg_num = reg_num; in SetInRegister()
135 return m_location.reg_num; in GetRegisterNumber()
148 return m_location.offset; in GetOffset()
156 *opcodes = m_location.expr.opcodes; in GetDWARFExpr()
157 len = m_location.expr.length; in GetDWARFExpr()
[all …]
DVariable.h76 DWARFExpression &LocationExpression() { return m_location; } in LocationExpression()
78 const DWARFExpression &LocationExpression() const { return m_location; } in LocationExpression()
129 DWARFExpression m_location; variable
/external/llvm-project/lldb/include/lldb/DataFormatters/
DStringPrinter.h108 void SetLocation(uint64_t l) { m_location = l; } in SetLocation()
110 uint64_t GetLocation() const { return m_location; } in GetLocation()
121 uint64_t m_location = 0;
/external/deqp/modules/glshared/
DglsAttributeLocationTests.hpp122 deUint32 getLocation (void) const { return m_location; } in getLocation()
126 deUint32 m_location; member in deqp::gls::AttributeLocationTestUtil::Bind
DglsAttributeLocationTests.cpp682 , m_location (location) in Bind()
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp2620 glw::GLint m_location; member
Dgl4cEnhancedLayoutsTests.cpp15272 …const std::string& name = prepareName(desc.m_name, desc.m_location, desc.m_component, stage, s… in test()
15282 desc.m_location /* expected_location */, type, /* built_in_type */ in test()
15289 desc.m_location /* expected_location */, type, /* built_in_type */ in test()
15303 m_location = location; in test()