Searched defs:LowPC (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFAddressRange.h | 23 uint64_t LowPC; member 33 : LowPC(LowPC), HighPC(HighPC), SectionIndex(SectionIndex) {} in LowPC() function
|
H A D | DWARFDebugAranges.h | 56 uint64_t LowPC; /// Start of address range. member
|
H A D | DWARFDebugLine.h | 206 uint64_t LowPC; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugAranges.cpp | 37 uint64_t LowPC = Desc.Address; in extract() local 79 void DWARFDebugAranges::appendRange(uint64_t CUOffset, uint64_t LowPC, in appendRange()
|
H A D | DWARFDebugLoc.cpp | 61 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret() local 72 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret() local
|
H A D | DWARFDie.cpp | 286 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
|