Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLocation.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;
H A DLVObject.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()
H A DLVReader.h231 LVOperation *createOperation(LVSmall OpCode, ArrayRef<LVUnsigned> Operands) { in LV_CREATE_OBJECT()
264 virtual std::string getRegisterName(LVSmall Opcode, in getRegisterName()
H A DLVSymbol.h129 void addLocationOperands(LVSmall Opcode, ArrayRef<uint64_t> Operands);
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.h148 std::string getRegisterName(LVSmall Opcode,
H A DLVCodeViewReader.h218 std::string getRegisterName(LVSmall Opcode,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp31 auto PrintRegisterInfo = [&](LVSmall Code) { in getOperandsDWARFInfo()
579 void LVLocationSymbol::addObject(LVSmall Opcode, in addObject()
H A DLVSymbol.cpp85 void LVSymbol::addLocationOperands(LVSmall Opcode, in addLocationOperands()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.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()
H A DLVDWARFReader.cpp776 std::string LVDWARFReader::getRegisterName(LVSmall Opcode, in getRegisterName()
H A DLVCodeViewReader.cpp1213 std::string LVCodeViewReader::getRegisterName(LVSmall Opcode,