Home
last modified time | relevance | path

Searched refs:LVUnsigned (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLocation.h40 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 DLVSymbol.h127 void addLocationConstant(dwarf::Attribute Attr, LVUnsigned Constant,
131 LVUnsigned SectionOffset, uint64_t LocDescOffset,
H A DLVReader.h231 LVOperation *createOperation(LVSmall OpCode, ArrayRef<LVUnsigned> Operands) { in LV_CREATE_OBJECT()
H A DLVObject.h41 using LVUnsigned = uint64_t; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp66 LVAddress HighPC, LVUnsigned SectionOffset, in addLocation()
92 void LVSymbol::addLocationConstant(dwarf::Attribute Attr, LVUnsigned Constant, in addLocationConstant()
H A DLVLocation.cpp562 LVUnsigned SectionOffset, in addObject()
580 ArrayRef<LVUnsigned> Operands) { in addObject()