HomeSort by relevance Sort by last modified time
    Searched defs:DIEDwarfExpression (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.h 137 class DIEDwarfExpression : public DwarfExpression {
143 DIEDwarfExpression(const AsmPrinter &AP, DwarfUnit &DU, DIELoc &DIE);
DwarfUnit.cpp 47 DIEDwarfExpression::DIEDwarfExpression(const AsmPrinter &AP, DwarfUnit &DU,
52 void DIEDwarfExpression::EmitOp(uint8_t Op, const char* Comment) {
55 void DIEDwarfExpression::EmitSigned(int64_t Value) {
58 void DIEDwarfExpression::EmitUnsigned(uint64_t Value) {
61 bool DIEDwarfExpression::isFrameRegister(const TargetRegisterInfo &TRI,
370 DIEDwarfExpression Expr(*Asm, *this, TheDie);
378 DIEDwarfExpression Expr(*Asm, *this, TheDie);
    [all...]

Completed in 40 milliseconds