Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLocation.h28 class LVOperation final {
40 LVOperation() = delete;
41 LVOperation(LVSmall Opcode, ArrayRef<LVUnsigned> Operands) in LVOperation() function
43 LVOperation(const LVOperation &) = delete;
44 LVOperation &operator=(const LVOperation &) = delete;
45 ~LVOperation() = default;
H A DLVObject.h50 class LVOperation; variable
80 using LVOperations = SmallVector<LVOperation *, 8>;
H A DLVReader.h258 LVOperation *createOperation(LVSmall OpCode, ArrayRef<LVUnsigned> Operands) { in LV_CREATE_OBJECT()
259 return new (AllocatedOperation.Allocate()) LVOperation(OpCode, Operands); in LV_CREATE_OBJECT()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp23 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()