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 122 class DIEDwarfExpression : public DwarfExpression {
128 DIEDwarfExpression(const AsmPrinter &AP, DwarfUnit &DU, DIELoc &DIE);
DwarfUnit.cpp 47 DIEDwarfExpression::DIEDwarfExpression(const AsmPrinter &AP, DwarfUnit &DU,
53 void DIEDwarfExpression::EmitOp(uint8_t Op, const char* Comment) {
56 void DIEDwarfExpression::EmitSigned(int64_t Value) {
59 void DIEDwarfExpression::EmitUnsigned(uint64_t Value) {
62 bool DIEDwarfExpression::isFrameRegister(unsigned MachineReg) {
372 DIEDwarfExpression Expr(*Asm, *this, TheDie);
379 DIEDwarfExpression Expr(*Asm, *this, TheDie);
    [all...]

Completed in 79 milliseconds