Searched refs:DwarfExpression (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h1 //===-- llvm/CodeGen/DwarfExpression.h - Dwarf Compile Unit ---*- C++ -*--===//
31 class DwarfExpression { class in namespace:llvm
38 DwarfExpression(const TargetRegisterInfo &TRI, function in class:llvm::DwarfExpression
41 virtual ~DwarfExpression() {}
106 /// DwarfExpression implementation for .debug_loc entries.
107 class DebugLocDwarfExpression : public DwarfExpression {
113 : DwarfExpression(TRI, DwarfVersion), BS(BS) {}
121 /// DwarfExpression implementation for singular DW_AT_location.
122 class DIEDwarfExpression : public DwarfExpression {
H A DDwarfExpression.cpp1 //===-- llvm/CodeGen/DwarfExpression.cpp - Dwarf Debug Framework ----------===//
14 #include "DwarfExpression.h"
25 void DwarfExpression::AddReg(int DwarfReg, const char *Comment) {
35 void DwarfExpression::AddRegIndirect(int DwarfReg, int Offset, bool Deref) {
48 void DwarfExpression::AddOpPiece(unsigned SizeInBits, unsigned OffsetInBits) {
62 void DwarfExpression::AddShr(unsigned ShiftBy) {
68 bool DwarfExpression::AddMachineRegIndirect(unsigned MachineReg, int Offset) {
84 bool DwarfExpression::AddMachineRegPiece(unsigned MachineReg,
162 void DwarfExpression::AddSignedConstant(int Value) {
179 void DwarfExpression
[all...]
H A DDwarfUnit.cpp18 #include "DwarfExpression.h"
49 : DwarfExpression(*AP.MF->getSubtarget().getRegisterInfo(),
/freebsd-11.0-release/lib/clang/libllvmasmprinter/
H A DMakefile21 DwarfExpression.cpp \

Completed in 118 milliseconds