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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAddressRange.h23 uint64_t LowPC; member in struct:llvm::DWARFAddressRange
30 DWARFAddressRange( uint64_t LowPC, uint64_t HighPC, uint64_t SectionIndex = object::SectionedAddress::UndefSection) argument
[all...]
H A DDWARFDebugAranges.h56 uint64_t LowPC; /// Start of address range. member in struct:llvm::DWARFDebugAranges::Range
[all...]
H A DDWARFDebugLine.h211 uint64_t LowPC; member in struct:llvm::DWARFDebugLine::Sequence
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp32 uint64_t LowPC = Desc.Address; local
74 void DWARFDebugAranges::appendRange(uint64_t CUOffset, uint64_t LowPC, argument
H A DDWARFDebugLoc.cpp61 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0); local
72 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0); local

Completed in 88 milliseconds