Searched refs:LVUnsigned (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVLocation.h | 40 LVOperation(LVSmall Opcode, ArrayRef<LVUnsigned> Operands) in LVOperation() 151 LVUnsigned SectionOffset, uint64_t LocDescOffset) {} in addObject() 152 virtual void addObject(LVSmall Opcode, ArrayRef<LVUnsigned> Operands) {} in addObject() 179 void addObject(LVAddress LowPC, LVAddress HighPC, LVUnsigned SectionOffset, 181 void addObject(LVSmall Opcode, ArrayRef<LVUnsigned> Operands) override;
|
H A D | LVSymbol.h | 127 void addLocationConstant(dwarf::Attribute Attr, LVUnsigned Constant, 131 LVUnsigned SectionOffset, uint64_t LocDescOffset,
|
H A D | LVReader.h | 231 LVOperation *createOperation(LVSmall OpCode, ArrayRef<LVUnsigned> Operands) { in LV_CREATE_OBJECT()
|
H A D | LVObject.h | 41 using LVUnsigned = uint64_t; variable
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVSymbol.cpp | 66 LVAddress HighPC, LVUnsigned SectionOffset, in addLocation() 92 void LVSymbol::addLocationConstant(dwarf::Attribute Attr, LVUnsigned Constant, in addLocationConstant()
|
H A D | LVLocation.cpp | 562 LVUnsigned SectionOffset, in addObject() 580 ArrayRef<LVUnsigned> Operands) { in addObject()
|