Home
last modified time | relevance | path

Searched refs:DWARFExpression (Results 1 – 15 of 15) sorted by relevance

/external/lldb/include/lldb/Expression/
DDWARFExpression.h40 class DWARFExpression
46 DWARFExpression();
61 DWARFExpression(const DataExtractor& data,
68 DWARFExpression(const DWARFExpression& rhs);
74 ~DWARFExpression();
/external/lldb/include/lldb/Symbol/
DVariable.h37 const DWARFExpression& location,
104 DWARFExpression &
110 const DWARFExpression &
173DWARFExpression m_location; // The location of this variable that can be fed to DWARFExpre…
DFunction.h509 DWARFExpression &
521 const DWARFExpression &
629DWARFExpression m_frame_base; ///< The frame base expression for variables that are relative to …
/external/lldb/source/Expression/
DDWARFExpression.cpp222 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 …]
DCMakeLists.txt15 DWARFExpression.cpp
DAndroid.mk28 DWARFExpression.cpp \
DClangExpressionDeclMap.cpp1432 DWARFExpression &var_location_expr = var->LocationExpression(); in GetVariableValue()
/external/lldb/source/Core/
DValueObjectVariable.cpp122 DWARFExpression &expr = variable->LocationExpression(); in UpdateValue()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.h315 lldb_private::DWARFExpression *frame_base = NULL) const;
DSymbolFileDWARF.cpp1032 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()
DDWARFDebugInfoEntry.cpp752 DWARFExpression *frame_base in GetDIENamesAndRanges()
/external/lldb/include/lldb/
Dlldb-forward.h75 class DWARFExpression; variable
/external/lldb/source/Symbol/
DVariable.cpp44 const DWARFExpression& location, in Variable()
/external/lldb/source/Plugins/Process/Utility/
DRegisterContextLLDB.cpp1189 DWARFExpression dwarfexpr (dwarfdata, 0, unwindplan_regloc.GetDWARFExpressionLength()); in SavedLocationForRegister()
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj254 …613353E0E00698AC0 /* DWARFExpression.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26BC7ED810…
1185DWARFExpression.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c…
1283DWARFExpression.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode…
2900 26BC7DC310F1B79500F91463 /* DWARFExpression.h */,
2901 26BC7ED810F1B86700F91463 /* DWARFExpression.cpp */,
4034 2689006613353E0E00698AC0 /* DWARFExpression.cpp in Sources */,