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.h26 const LVSmall LVLocationMemberOffset = 0;
36 LVSmall Opcode = 0;
41 LVOperation(LVSmall Opcode, ArrayRef<LVUnsigned> Operands) in LVOperation()
47 LVSmall getOpcode() const { return Opcode; } in getOpcode()
153 virtual void addObject(LVSmall Opcode, ArrayRef<LVUnsigned> Operands) {} in addObject()
178 void addObject(LVSmall Opcode, ArrayRef<LVUnsigned> Operands) override;
H A DLVObject.h43 using LVSmall = uint8_t; variable
147 LVSmall Opcode;
235 LVSmall getOpcode() const { return TagAttrOpcode.Opcode; } in getOpcode()
236 void setOpcode(LVSmall Opcode) { TagAttrOpcode.Opcode = Opcode; } in setOpcode()
H A DLVReader.h258 LVOperation *createOperation(LVSmall OpCode, ArrayRef<LVUnsigned> Operands) { in LV_CREATE_OBJECT()
291 virtual std::string getRegisterName(LVSmall Opcode, in getRegisterName()
H A DLVSymbol.h130 void addLocationOperands(LVSmall Opcode, ArrayRef<uint64_t> Operands);
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.h143 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.cpp1058 Symbol->addLocationOperands(LVSmall(Attr), {Operand1}); in visitKnownRecord()
1096 Symbol->addLocationOperands(LVSmall(Attr), {Operand1}); in visitKnownRecord()
1135 Symbol->addLocationOperands(LVSmall(Attr), {Operand1, Operand2}); in visitKnownRecord()
1170 Symbol->addLocationOperands(LVSmall(Attr), {Operand1}); in visitKnownRecord()
1208 Symbol->addLocationOperands(LVSmall(Attr), {Operand1}); in visitKnownRecord()
1251 Symbol->addLocationOperands(LVSmall(Attr), {Operand1, /*Operand2=*/0}); in visitKnownRecord()
1292 Symbol->addLocationOperands(LVSmall(Attr), {Operand1, /*Operand2=*/0}); in visitKnownRecord()
H A DLVDWARFReader.cpp575 std::string LVDWARFReader::getRegisterName(LVSmall Opcode, in getRegisterName()
H A DLVCodeViewReader.cpp1207 std::string LVCodeViewReader::getRegisterName(LVSmall Opcode, in getRegisterName()