Searched defs:HighPC (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAddressRange.h24 uint64_t HighPC; member in struct:llvm::DWARFAddressRange
30 DWARFAddressRange( uint64_t LowPC, uint64_t HighPC, uint64_t SectionIndex = object::SectionedAddress::UndefSection) argument
[all...]
H A DDWARFDebugAranges.h39 void setHighPC(uint64_t HighPC) { argument
46 uint64_t HighPC() const { function in struct:llvm::DWARFDebugAranges::Range
H A DDWARFDebugLine.h212 uint64_t HighPC; member in struct:llvm::DWARFDebugLine::Sequence
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h29 uint64_t HighPC; member in struct:llvm::ObjFileAddressRange
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp33 uint64_t HighPC = Desc.getEndAddress(); local
74 appendRange(uint64_t CUOffset, uint64_t LowPC, uint64_t HighPC) argument

Completed in 72 milliseconds