Searched refs:LVOperation (Results 1 – 4 of 4) sorted by relevance
27 class LVOperation final {39 LVOperation() = delete;40 LVOperation(LVSmall Opcode, ArrayRef<LVUnsigned> Operands) in LVOperation() function42 LVOperation(const LVOperation &) = delete;43 LVOperation &operator=(const LVOperation &) = delete;44 ~LVOperation() = default;
231 LVOperation *createOperation(LVSmall OpCode, ArrayRef<LVUnsigned> Operands) { in LV_CREATE_OBJECT()232 return new (AllocatedOperation.Allocate()) LVOperation(OpCode, Operands); in LV_CREATE_OBJECT()
49 class LVOperation; variable79 using LVOperations = SmallVector<LVOperation *, 8>;
23 void LVOperation::print(raw_ostream &OS, bool Full) const {} in print()27 std::string LVOperation::getOperandsDWARFInfo() { in getOperandsDWARFInfo()347 std::string LVOperation::getOperandsCodeViewInfo() { in getOperandsCodeViewInfo()616 for (const LVOperation *Operation : *Entries) in printRawExtra()663 for (LVOperation *Operation : *Entries) { in printExtra()