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.h27 class LVOperation final {
39 LVOperation() = delete;
40 LVOperation(LVSmall Opcode, ArrayRef<LVUnsigned> Operands) in LVOperation() function
42 LVOperation(const LVOperation &) = delete;
43 LVOperation &operator=(const LVOperation &) = delete;
44 ~LVOperation() = default;
H A DLVReader.h231 LVOperation *createOperation(LVSmall OpCode, ArrayRef<LVUnsigned> Operands) { in LV_CREATE_OBJECT()
232 return new (AllocatedOperation.Allocate()) LVOperation(OpCode, Operands); in LV_CREATE_OBJECT()
H A DLVObject.h49 class LVOperation; variable
79 using LVOperations = SmallVector<LVOperation *, 8>;
/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()