Home
last modified time | relevance | path

Searched refs:emitOp (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp33 emitOp(dwarf::DW_OP_reg0 + DwarfReg, Comment); in addReg()
35 emitOp(dwarf::DW_OP_regx, Comment); in addReg()
44 emitOp(dwarf::DW_OP_breg0 + DwarfReg); in addBReg()
46 emitOp(dwarf::DW_OP_bregx); in addBReg()
53 emitOp(dwarf::DW_OP_fbreg); in addFBReg()
63 emitOp(dwarf::DW_OP_bit_piece); in addOpPiece()
67 emitOp(dwarf::DW_OP_piece); in addOpPiece()
75 emitOp(dwarf::DW_OP_constu); in addShr()
77 emitOp(dwarf::DW_OP_shr); in addShr()
81 emitOp(dwarf::DW_OP_constu); in addAnd()
[all …]
DDwarfExpression.h133 virtual void emitOp(uint8_t Op, const char *Comment = nullptr) = 0;
254 void emitOp(uint8_t Op, const char *Comment = nullptr) override;
271 void emitOp(uint8_t Op, const char *Comment = nullptr) override;
DDwarfUnit.cpp55 void DIEDwarfExpression::emitOp(uint8_t Op, const char* Comment) { in emitOp() function in DIEDwarfExpression
DDwarfDebug.cpp170 void DebugLocDwarfExpression::emitOp(uint8_t Op, const char *Comment) { in emitOp() function in DebugLocDwarfExpression