Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp28 void DwarfExpression::emitConstu(uint64_t Value) { in emitConstu()
42 void DwarfExpression::addReg(int DwarfReg, const char *Comment) { in addReg()
55 void DwarfExpression::addBReg(int DwarfReg, int Offset) { in addBReg()
67 void DwarfExpression::addFBReg(int Offset) { in addFBReg()
72 void DwarfExpression::addOpPiece(unsigned SizeInBits, unsigned OffsetInBits) { in addOpPiece()
89 void DwarfExpression::addShr(unsigned ShiftBy) { in addShr()
94 void DwarfExpression::addAnd(unsigned Mask) { in addAnd()
99 bool DwarfExpression::addMachineReg(const TargetRegisterInfo &TRI, in addMachineReg()
185 void DwarfExpression::addStackValue() { in addStackValue()
190 void DwarfExpression::addSignedConstant(int64_t Value) { in addSignedConstant()
[all …]
H A DDwarfExpression.h106 class DwarfExpression {
283 ~DwarfExpression() = default;
286 DwarfExpression(unsigned DwarfVersion, DwarfCompileUnit &CU) in DwarfExpression() function
367 class DebugLocDwarfExpression final : public DwarfExpression {
401 : DwarfExpression(DwarfVersion, CU), OutBS(BS) {} in DebugLocDwarfExpression()
405 class DIEDwarfExpression final : public DwarfExpression {
432 DwarfExpression::finalize(); in finalize()
H A DCMakeLists.txt17 DwarfExpression.cpp
H A DDwarfDebug.h54 class DwarfExpression; variable
849 DwarfExpression &DwarfExpr);
H A DDwarfUnit.cpp50 : DwarfExpression(AP.getDwarfVersion(), CU), AP(AP), OutDIE(DIE) {} in DIEDwarfExpression()
H A DDwarfDebug.cpp2487 DwarfExpression &DwarfExpr) { in emitDebugLocValue()
/netbsd-src/external/apache2/llvm/lib/libLLVMAsmPrinter/
H A DMakefile25 DwarfExpression.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/AsmPrinter/
H A DBUILD.gn34 "DwarfExpression.cpp",