Searched refs:LVOperation (Results 1 – 4 of 4) sorted by relevance
28 class LVOperation final {40 LVOperation() = delete;41 LVOperation(LVSmall Opcode, ArrayRef<LVUnsigned> Operands) in LVOperation() function43 LVOperation(const LVOperation &) = delete;44 LVOperation &operator=(const LVOperation &) = delete;45 ~LVOperation() = default;
50 class LVOperation; variable80 using LVOperations = SmallVector<LVOperation *, 8>;
258 LVOperation *createOperation(LVSmall OpCode, ArrayRef<LVUnsigned> Operands) { in LV_CREATE_OBJECT()259 return new (AllocatedOperation.Allocate()) LVOperation(OpCode, Operands); in LV_CREATE_OBJECT()
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()