Home
last modified time | relevance | path

Searched refs:LVSmall (Results 1 – 11 of 11) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
HDLVLocation.h25 const LVSmall LVLocationMemberOffset = 0;
35 LVSmall Opcode = 0;
40 LVOperation(LVSmall Opcode, ArrayRef<LVUnsigned> Operands) in LVOperation()
46 LVSmall getOpcode() const { return Opcode; } in getOpcode()
152 virtual void addObject(LVSmall Opcode, ArrayRef<LVUnsigned> Operands) {} in addObject()
181 void addObject(LVSmall Opcode, ArrayRef<LVUnsigned> Operands) override;
HDLVObject.h42 using LVSmall = uint8_t; variable
140 LVSmall Opcode;
234 LVSmall getOpcode() const { return TagAttrOpcode.Opcode; } in getOpcode()
235 void setOpcode(LVSmall Opcode) { TagAttrOpcode.Opcode = Opcode; } in setOpcode()
HDLVReader.h231 LVOperation *createOperation(LVSmall OpCode, ArrayRef<LVUnsigned> Operands) { in LV_CREATE_OBJECT()
264 virtual std::string getRegisterName(LVSmall Opcode, in getRegisterName()
HDLVSymbol.h129 void addLocationOperands(LVSmall Opcode, ArrayRef<uint64_t> Operands);
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
HDLVDWARFReader.h148 std::string getRegisterName(LVSmall Opcode,
HDLVCodeViewReader.h218 std::string getRegisterName(LVSmall Opcode,
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
HDLVLocation.cpp31 auto PrintRegisterInfo = [&](LVSmall Code) { in getOperandsDWARFInfo()
579 void LVLocationSymbol::addObject(LVSmall Opcode, in addObject()
HDLVSymbol.cpp85 void LVSymbol::addLocationOperands(LVSmall Opcode, in addLocationOperands()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVCodeViewVisitor.cpp1065 Symbol->addLocationOperands(LVSmall(Attr), {Operand1}); in visitKnownRecord()
1103 Symbol->addLocationOperands(LVSmall(Attr), {Operand1}); in visitKnownRecord()
1142 Symbol->addLocationOperands(LVSmall(Attr), {Operand1, Operand2}); in visitKnownRecord()
1177 Symbol->addLocationOperands(LVSmall(Attr), {Operand1}); in visitKnownRecord()
1215 Symbol->addLocationOperands(LVSmall(Attr), {Operand1}); in visitKnownRecord()
1258 Symbol->addLocationOperands(LVSmall(Attr), {Operand1, /*Operand2=*/0}); in visitKnownRecord()
1299 Symbol->addLocationOperands(LVSmall(Attr), {Operand1, /*Operand2=*/0}); in visitKnownRecord()
HDLVDWARFReader.cpp776 std::string LVDWARFReader::getRegisterName(LVSmall Opcode, in getRegisterName()
HDLVCodeViewReader.cpp1213 std::string LVCodeViewReader::getRegisterName(LVSmall Opcode, in getRegisterName()