Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp30 emitOp(dwarf::DW_OP_lit0 + Value); in emitConstu()
34 emitOp(dwarf::DW_OP_lit0); in emitConstu()
35 emitOp(dwarf::DW_OP_not); in emitConstu()
37 emitOp(dwarf::DW_OP_constu); in emitConstu()
48 emitOp(dwarf::DW_OP_reg0 + DwarfReg, Comment); in addReg()
50 emitOp(dwarf::DW_OP_regx, Comment); in addReg()
59 emitOp(dwarf::DW_OP_breg0 + DwarfReg); in addBReg()
61 emitOp(dwarf::DW_OP_bregx); in addBReg()
68 emitOp(dwarf::DW_OP_fbreg); in addFBReg()
78 emitOp(dwarf::DW_OP_bit_piece); in addOpPiece()
[all …]
DDwarfExpression.h179 virtual void emitOp(uint8_t Op, const char *Comment = nullptr) = 0;
364 void emitOp(uint8_t Op, const char *Comment = nullptr) override;
393 void emitOp(uint8_t Op, const char *Comment = nullptr) override;
DDwarfUnit.cpp53 void DIEDwarfExpression::emitOp(uint8_t Op, const char* Comment) { in emitOp() function in DIEDwarfExpression
DDwarfDebug.cpp172 void DebugLocDwarfExpression::emitOp(uint8_t Op, const char *Comment) { in emitOp() function in DebugLocDwarfExpression
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp30 emitOp(dwarf::DW_OP_lit0 + Value); in emitConstu()
34 emitOp(dwarf::DW_OP_lit0); in emitConstu()
35 emitOp(dwarf::DW_OP_not); in emitConstu()
37 emitOp(dwarf::DW_OP_constu); in emitConstu()
48 emitOp(dwarf::DW_OP_reg0 + DwarfReg, Comment); in addReg()
50 emitOp(dwarf::DW_OP_regx, Comment); in addReg()
59 emitOp(dwarf::DW_OP_breg0 + DwarfReg); in addBReg()
61 emitOp(dwarf::DW_OP_bregx); in addBReg()
68 emitOp(dwarf::DW_OP_fbreg); in addFBReg()
78 emitOp(dwarf::DW_OP_bit_piece); in addOpPiece()
[all …]
DDwarfExpression.h187 virtual void emitOp(uint8_t Op, const char *Comment = nullptr) = 0;
380 void emitOp(uint8_t Op, const char *Comment = nullptr) override;
410 void emitOp(uint8_t Op, const char *Comment = nullptr) override;
DDwarfUnit.cpp52 void DIEDwarfExpression::emitOp(uint8_t Op, const char* Comment) { in emitOp() function in DIEDwarfExpression
DDwarfDebug.cpp156 void DebugLocDwarfExpression::emitOp(uint8_t Op, const char *Comment) { in emitOp() function in DebugLocDwarfExpression
/external/llvm-project/llvm/include/llvm/Bitcode/
DBitcodeConvenience.h65 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() function
81 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() function
106 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() function
123 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() function
141 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() function
153 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() function
155 ElementTy::emitOp(abbrev); in emitOp()
166 FieldTy::emitOp(abbrev); in emitOps()
178 FieldTy::emitOp(abbrev); in emitOps()
/external/llvm-project/clang/lib/AST/Interp/
DByteCodeEmitter.h101 bool emitOp(Opcode Op, const Tys &... Args, const SourceInfo &L);
DByteCodeEmitter.cpp126 bool ByteCodeEmitter::emitOp(Opcode Op, const Tys &... Args, const SourceInfo &SI) { in emitOp() function in ByteCodeEmitter