Searched refs:LVSmall (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| HD | LVLocation.h | 25 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;
|
| HD | LVObject.h | 42 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()
|
| HD | LVReader.h | 231 LVOperation *createOperation(LVSmall OpCode, ArrayRef<LVUnsigned> Operands) { in LV_CREATE_OBJECT() 264 virtual std::string getRegisterName(LVSmall Opcode, in getRegisterName()
|
| HD | LVSymbol.h | 129 void addLocationOperands(LVSmall Opcode, ArrayRef<uint64_t> Operands);
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| HD | LVDWARFReader.h | 148 std::string getRegisterName(LVSmall Opcode,
|
| HD | LVCodeViewReader.h | 218 std::string getRegisterName(LVSmall Opcode,
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| HD | LVLocation.cpp | 31 auto PrintRegisterInfo = [&](LVSmall Code) { in getOperandsDWARFInfo() 579 void LVLocationSymbol::addObject(LVSmall Opcode, in addObject()
|
| HD | LVSymbol.cpp | 85 void LVSymbol::addLocationOperands(LVSmall Opcode, in addLocationOperands()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| HD | LVCodeViewVisitor.cpp | 1065 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()
|
| HD | LVDWARFReader.cpp | 776 std::string LVDWARFReader::getRegisterName(LVSmall Opcode, in getRegisterName()
|
| HD | LVCodeViewReader.cpp | 1213 std::string LVCodeViewReader::getRegisterName(LVSmall Opcode, in getRegisterName()
|