Home
last modified time | relevance | path

Searched defs:LowPC (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAddressRange.h23 uint64_t LowPC; member
33 : LowPC(LowPC), HighPC(HighPC), SectionIndex(SectionIndex) {} in LowPC() function
H A DDWARFDebugAranges.h56 uint64_t LowPC; /// Start of address range. member
H A DDWARFDebugLine.h206 uint64_t LowPC; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp37 uint64_t LowPC = Desc.Address; in extract() local
79 void DWARFDebugAranges::appendRange(uint64_t CUOffset, uint64_t LowPC, in appendRange()
H A DDWARFDebugLoc.cpp61 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret() local
72 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret() local
H A DDWARFDie.cpp286 uint64_t LowPC, HighPC, Index; in dumpAttribute() local
444 bool DWARFDie::getLowAndHighPC(uint64_t &LowPC, uint64_t &HighPC, in getLowAndHighPC()
463 uint64_t LowPC, HighPC, Index; in getAddressRanges() local