Searched refs:LVSmall (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVLocation.h | 26 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 D | LVObject.h | 43 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 D | LVReader.h | 258 LVOperation *createOperation(LVSmall OpCode, ArrayRef<LVUnsigned> Operands) { in LV_CREATE_OBJECT() 291 virtual std::string getRegisterName(LVSmall Opcode, in getRegisterName()
|
| H A D | LVSymbol.h | 130 void addLocationOperands(LVSmall Opcode, ArrayRef<uint64_t> Operands);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVDWARFReader.h | 143 std::string getRegisterName(LVSmall Opcode,
|
| H A D | LVCodeViewReader.h | 218 std::string getRegisterName(LVSmall Opcode,
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVLocation.cpp | 31 auto PrintRegisterInfo = [&](LVSmall Code) { in getOperandsDWARFInfo() 579 void LVLocationSymbol::addObject(LVSmall Opcode, in addObject()
|
| H A D | LVSymbol.cpp | 85 void LVSymbol::addLocationOperands(LVSmall Opcode, in addLocationOperands()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 1058 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 D | LVDWARFReader.cpp | 575 std::string LVDWARFReader::getRegisterName(LVSmall Opcode, in getRegisterName()
|
| H A D | LVCodeViewReader.cpp | 1207 std::string LVCodeViewReader::getRegisterName(LVSmall Opcode, in getRegisterName()
|