Home
last modified time | relevance | path

Searched refs:DWARFDebugAranges (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAranges.cpp21 void DWARFDebugAranges::extract(DataExtractor DebugArangesData) { in extract()
38 void DWARFDebugAranges::generate(DWARFContext *CTX) { in generate()
64 void DWARFDebugAranges::clear() { in clear()
70 void DWARFDebugAranges::appendRange(uint32_t CUOffset, uint64_t LowPC, in appendRange()
78 void DWARFDebugAranges::construct() { in construct()
112 uint32_t DWARFDebugAranges::findAddress(uint64_t Address) const { in findAddress()
DCMakeLists.txt8 DWARFDebugAranges.cpp
DAndroid.mk10 DWARFDebugAranges.cpp \
DDWARFContext.cpp334 const DWARFDebugAranges *DWARFContext::getDebugAranges() { in getDebugAranges()
338 Aranges.reset(new DWARFDebugAranges()); in getDebugAranges()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAranges.h21 class DWARFDebugAranges {
DDWARFContext.h48 std::unique_ptr<DWARFDebugAranges> Aranges;
166 const DWARFDebugAranges *getDebugAranges();
DDWARFDebugInfoEntry.h21 class DWARFDebugAranges; variable