Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFAddressRange.h23 uint64_t LowPC; member
33 : LowPC(LowPC), HighPC(HighPC), SectionIndex(SectionIndex) {} in LowPC() function
HDDWARFDebugAranges.h37 : LowPC(LowPC), Length(HighPC - LowPC), CUOffset(CUOffset) {} in LowPC() function
56 uint64_t LowPC; /// Start of address range. member
HDDWARFDebugLine.h211 uint64_t LowPC; member
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugAranges.cpp32 uint64_t LowPC = Desc.Address; in extract() local
74 void DWARFDebugAranges::appendRange(uint64_t CUOffset, uint64_t LowPC, in appendRange()
HDDWARFDebugLoc.cpp61 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret() local
72 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret() local
HDDWARFDie.cpp276 uint64_t LowPC, HighPC, Index; in dumpAttribute() local
431 bool DWARFDie::getLowAndHighPC(uint64_t &LowPC, uint64_t &HighPC, in getLowAndHighPC()
450 uint64_t LowPC, HighPC, Index; in getAddressRanges() local