Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAddressRange.h23 uint64_t LowPC; member
31 : LowPC(LowPC), HighPC(HighPC), SectionIndex(SectionIndex) {} in LowPC() function
DDWARFDebugAranges.h38 : LowPC(LowPC), Length(HighPC - LowPC), CUOffset(CUOffset) {} in LowPC() function
61 uint64_t LowPC; /// Start of address range. member
DDWARFDebugLine.h194 uint64_t LowPC; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAranges.cpp32 uint64_t LowPC = Desc.Address; in extract() local
72 void DWARFDebugAranges::appendRange(uint32_t CUOffset, uint64_t LowPC, in appendRange()
DDWARFDie.cpp234 uint64_t LowPC, HighPC, Index; in dumpAttribute() local
377 bool DWARFDie::getLowAndHighPC(uint64_t &LowPC, uint64_t &HighPC, in getLowAndHighPC()
396 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/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp889 uint64_t LowPC, HighPC, SectionIndex; in TestAddresses() local