Searched refs:DWARFExpression (Results 1 – 15 of 15) sorted by relevance
/external/lldb/include/lldb/Expression/ |
D | DWARFExpression.h | 40 class DWARFExpression 46 DWARFExpression(); 61 DWARFExpression(const DataExtractor& data, 68 DWARFExpression(const DWARFExpression& rhs); 74 ~DWARFExpression();
|
/external/lldb/include/lldb/Symbol/ |
D | Variable.h | 37 const DWARFExpression& location, 104 DWARFExpression & 110 const DWARFExpression & 173 …DWARFExpression m_location; // The location of this variable that can be fed to DWARFExpre…
|
D | Function.h | 509 DWARFExpression & 521 const DWARFExpression & 629 …DWARFExpression m_frame_base; ///< The frame base expression for variables that are relative to …
|
/external/lldb/source/Expression/ |
D | DWARFExpression.cpp | 222 DWARFExpression::DWARFExpression() : in DWARFExpression() function in DWARFExpression 229 DWARFExpression::DWARFExpression(const DWARFExpression& rhs) : in DWARFExpression() function in DWARFExpression 237 DWARFExpression::DWARFExpression(const DataExtractor& data, lldb::offset_t data_offset, lldb::offse… in DWARFExpression() function in DWARFExpression 247 DWARFExpression::~DWARFExpression() in ~DWARFExpression() 253 DWARFExpression::IsValid() const in IsValid() 259 DWARFExpression::SetOpcodeData (const DataExtractor& data) in SetOpcodeData() 265 DWARFExpression::CopyOpcodeData (const DataExtractor& data, lldb::offset_t data_offset, lldb::offse… in CopyOpcodeData() 277 DWARFExpression::SetOpcodeData (const DataExtractor& data, lldb::offset_t data_offset, lldb::offset… in SetOpcodeData() 283 DWARFExpression::DumpLocation (Stream *s, lldb::offset_t offset, lldb::offset_t length, lldb::Descr… in DumpLocation() 639 DWARFExpression::SetLocationListSlide (addr_t slide) in SetLocationListSlide() [all …]
|
D | CMakeLists.txt | 15 DWARFExpression.cpp
|
D | Android.mk | 28 DWARFExpression.cpp \
|
D | ClangExpressionDeclMap.cpp | 1432 DWARFExpression &var_location_expr = var->LocationExpression(); in GetVariableValue()
|
/external/lldb/source/Core/ |
D | ValueObjectVariable.cpp | 122 DWARFExpression &expr = variable->LocationExpression(); in UpdateValue()
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugInfoEntry.h | 315 lldb_private::DWARFExpression *frame_base = NULL) const;
|
D | SymbolFileDWARF.cpp | 1032 DWARFExpression frame_base; in ParseCompileUnitFunction() 1768 if (DWARFExpression::Evaluate(NULL, // ExecutionContext * in ParseChildMembers() 2132 DWARFExpression location; in ParseChildMembers() 2159 if (DWARFExpression::Evaluate (NULL, in ParseChildMembers() 7248 DWARFExpression location; in ParseVariableDIE()
|
D | DWARFDebugInfoEntry.cpp | 752 DWARFExpression *frame_base in GetDIENamesAndRanges()
|
/external/lldb/include/lldb/ |
D | lldb-forward.h | 75 class DWARFExpression; variable
|
/external/lldb/source/Symbol/ |
D | Variable.cpp | 44 const DWARFExpression& location, in Variable()
|
/external/lldb/source/Plugins/Process/Utility/ |
D | RegisterContextLLDB.cpp | 1189 DWARFExpression dwarfexpr (dwarfdata, 0, unwindplan_regloc.GetDWARFExpressionLength()); in SavedLocationForRegister()
|
/external/lldb/lldb.xcodeproj/ |
D | project.pbxproj | 254 …613353E0E00698AC0 /* DWARFExpression.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26BC7ED810… 1185 …DWARFExpression.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c… 1283 …DWARFExpression.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode… 2900 26BC7DC310F1B79500F91463 /* DWARFExpression.h */, 2901 26BC7ED810F1B86700F91463 /* DWARFExpression.cpp */, 4034 2689006613353E0E00698AC0 /* DWARFExpression.cpp in Sources */,
|