Searched defs:LowPC (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAddressRange.h | 23 uint64_t LowPC; member 31 : LowPC(LowPC), HighPC(HighPC), SectionIndex(SectionIndex) {} in LowPC() function
|
D | DWARFDebugAranges.h | 38 : LowPC(LowPC), Length(HighPC - LowPC), CUOffset(CUOffset) {} in LowPC() function 61 uint64_t LowPC; /// Start of address range. member
|
D | DWARFDebugLine.h | 194 uint64_t LowPC; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugAranges.cpp | 32 uint64_t LowPC = Desc.Address; in extract() local 72 void DWARFDebugAranges::appendRange(uint32_t CUOffset, uint64_t LowPC, in appendRange()
|
D | DWARFDie.cpp | 234 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/ |
D | DWARFDebugAranges.h | 37 : LowPC(LowPC), Length(HighPC - LowPC), CUOffset(CUOffset) {} in LowPC() function 58 uint64_t LowPC; // Start of address range. member
|
D | DWARFDebugLine.h | 151 uint64_t LowPC; member
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugAranges.cpp | 30 uint64_t LowPC = Desc.Address; in extract() local 70 void DWARFDebugAranges::appendRange(uint32_t CUOffset, uint64_t LowPC, in appendRange()
|
D | DWARFDebugInfoEntry.cpp | 315 uint64_t &LowPC, in getLowAndHighPC() 336 uint64_t LowPC, HighPC; in getAddressRanges() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugInfoTest.cpp | 889 uint64_t LowPC, HighPC, SectionIndex; in TestAddresses() local
|