Searched refs:emitOp (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.cpp | 31 emitOp(dwarf::DW_OP_lit0 + Value); in emitConstu() 35 emitOp(dwarf::DW_OP_lit0); in emitConstu() 36 emitOp(dwarf::DW_OP_not); in emitConstu() 38 emitOp(dwarf::DW_OP_constu); in emitConstu() 49 emitOp(dwarf::DW_OP_reg0 + DwarfReg, Comment); in addReg() 51 emitOp(dwarf::DW_OP_regx, Comment); in addReg() 60 emitOp(dwarf::DW_OP_breg0 + DwarfReg); in addBReg() 62 emitOp(dwarf::DW_OP_bregx); in addBReg() 69 emitOp(dwarf::DW_OP_fbreg); in addFBReg() 79 emitOp(dwarf::DW_OP_bit_piece); in addOpPiece() [all …]
|
H A D | DwarfExpression.h | 126 virtual void emitOp(uint8_t Op, const char *Comment = nullptr) = 0; 323 void emitOp(uint8_t Op, const char *Comment = nullptr) override; 353 void emitOp(uint8_t Op, const char *Comment = nullptr) override;
|
H A D | DwarfUnit.cpp | 45 void DIEDwarfExpression::emitOp(uint8_t Op, const char* Comment) { in emitOp() function in DIEDwarfExpression
|
H A D | DwarfDebug.cpp | 175 void DebugLocDwarfExpression::emitOp(uint8_t Op, const char *Comment) { in emitOp() function in DebugLocDwarfExpression
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
H A D | BitcodeConvenience.h | 66 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() function 82 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() function 107 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() function 124 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() function 142 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() function 154 static void emitOp(llvm::BitCodeAbbrev &abbrev) { in emitOp() function 156 ElementTy::emitOp(abbrev); in emitOp() 167 FieldTy::emitOp(abbrev); in emitOps() 179 FieldTy::emitOp(abbrev); in emitOps()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | ByteCodeEmitter.h | 95 bool emitOp(Opcode Op, const Tys &... Args, const SourceInfo &L);
|
H A D | ByteCodeEmitter.cpp | 310 bool ByteCodeEmitter::emitOp(Opcode Op, const Tys &... Args, const SourceInfo &SI) { in emitOp() function in ByteCodeEmitter
|