OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DWARFAddressRangesVector
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h
20
///
DWARFAddressRangesVector
- represents a set of absolute address ranges.
21
typedef std::vector<std::pair<uint64_t, uint64_t>>
DWARFAddressRangesVector
;
74
DWARFAddressRangesVector
getAbsoluteRanges(uint64_t BaseAddress) const;
DWARFDebugInfoEntry.h
116
DWARFAddressRangesVector
getAddressRanges(const DWARFUnit *U) const;
119
DWARFAddressRangesVector
&Ranges) const;
DWARFUnit.h
214
void collectAddressRanges(
DWARFAddressRangesVector
&CURanges);
/external/llvm/lib/DebugInfo/DWARF/
DWARFDebugRangeList.cpp
57
DWARFAddressRangesVector
59
DWARFAddressRangesVector
Res;
DWARFDebugInfoEntry.cpp
97
static void dumpRanges(raw_ostream &OS, const
DWARFAddressRangesVector
& Ranges,
331
DWARFAddressRangesVector
334
return
DWARFAddressRangesVector
();
338
return
DWARFAddressRangesVector
(1, std::make_pair(LowPC, HighPC));
348
return
DWARFAddressRangesVector
();
352
const DWARFUnit *U,
DWARFAddressRangesVector
& Ranges) const {
DWARFDebugAranges.cpp
53
DWARFAddressRangesVector
CURanges;
DWARFUnit.cpp
328
void DWARFUnit::collectAddressRanges(
DWARFAddressRangesVector
&CURanges) {
Completed in 82 milliseconds