Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAddressRange.h23 uint64_t LowPC; member
33 : LowPC(LowPC), HighPC(HighPC), SectionIndex(SectionIndex) {} in LowPC() function
DDWARFDebugAranges.h37 : LowPC(LowPC), Length(HighPC - LowPC), CUOffset(CUOffset) {} in LowPC() function
56 uint64_t LowPC; /// Start of address range. member
DDWARFDebugLine.h211 uint64_t LowPC; member
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAddressRange.h23 uint64_t LowPC; member
33 : LowPC(LowPC), HighPC(HighPC), SectionIndex(SectionIndex) {} in LowPC() function
DDWARFDebugAranges.h56 uint64_t LowPC; /// Start of address range. member
DDWARFDebugLine.h206 uint64_t LowPC; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAranges.cpp32 uint64_t LowPC = Desc.Address; in extract() local
74 void DWARFDebugAranges::appendRange(uint64_t CUOffset, uint64_t LowPC, in appendRange()
DDWARFDebugLoc.cpp61 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret() local
72 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret() local
DDWARFDie.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
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAranges.cpp38 uint64_t LowPC = Desc.Address; in extract() local
80 void DWARFDebugAranges::appendRange(uint64_t CUOffset, uint64_t LowPC, in appendRange()
DDWARFDebugLoc.cpp61 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret() local
72 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret() local
DDWARFDie.cpp285 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
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAranges.h37 : LowPC(LowPC), Length(HighPC - LowPC), CUOffset(CUOffset) {} in LowPC() function
58 uint64_t LowPC; // Start of address range. member
DDWARFDebugLine.h151 uint64_t LowPC; member
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAranges.cpp30 uint64_t LowPC = Desc.Address; in extract() local
70 void DWARFDebugAranges::appendRange(uint32_t CUOffset, uint64_t LowPC, in appendRange()
DDWARFDebugInfoEntry.cpp315 uint64_t &LowPC, in getLowAndHighPC()
336 uint64_t LowPC, HighPC; in getAddressRanges() local
/external/llvm-project/libunwind/src/
DFrameHeaderCache.hpp34 uintptr_t LowPC() { return Info.dso_base; }; in LowPC() function
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp893 uint64_t LowPC, HighPC, SectionIndex; in TestAddresses() local