Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFExpression.h23 class DWARFExpression {
75 friend class DWARFExpression::iterator;
90 bool print(raw_ostream &OS, const DWARFExpression *U,
98 friend class DWARFExpression; variable
99 const DWARFExpression *Expr;
102 iterator(const DWARFExpression *Expr, uint32_t Offset) in iterator()
126 DWARFExpression(DataExtractor Data, uint16_t Version, uint8_t AddressSize) in DWARFExpression() function
143 inline bool operator==(const DWARFExpression::iterator &LHS,
144 const DWARFExpression::iterator &RHS) {
148 inline bool operator!=(const DWARFExpression::iterator &LHS,
[all …]
DDWARFDebugFrame.h47 Optional<DWARFExpression> Expression;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp23 typedef std::vector<DWARFExpression::Operation::Description> DescVector;
27 typedef DWARFExpression::Operation Op; in getDescriptions()
102 static DWARFExpression::Operation::Description getOpDesc(unsigned OpCode) { in getOpDesc()
115 bool DWARFExpression::Operation::extract(DataExtractor Data, uint16_t Version, in extract()
221 bool DWARFExpression::Operation::print(raw_ostream &OS, in print()
222 const DWARFExpression *Expr, in print()
261 void DWARFExpression::print(raw_ostream &OS, const MCRegisterInfo *RegInfo, in print()
DCMakeLists.txt21 DWARFExpression.cpp
DDWARFVerifier.cpp421 DWARFExpression Expression(Data, U->getVersion(), in verifyDebugInfoAttribute()
423 bool Error = llvm::any_of(Expression, [](DWARFExpression::Operation &Op) { in verifyDebugInfoAttribute()
1158 DWARFExpression Expression(Data, U->getVersion(), U->getAddressByteSize()); in isVariableIndexable()
1159 return any_of(Expression, [](DWARFExpression::Operation &Op) { in isVariableIndexable()
DDWARFDebugFrame.cpp133 Instructions.back().Expression = DWARFExpression( in parse()
146 Instructions.back().Expression = DWARFExpression( in parse()
DDWARFDebugLoc.cpp37 DWARFExpression(Extractor, dwarf::DWARF_VERSION, AddressSize).print(OS, MRI); in dumpExpression()
DDWARFDie.cpp95 DWARFExpression(Data, U->getVersion(), U->getAddressByteSize()) in dumpLocation()