Searched refs:DWARFDebugLoc (Results 1 – 5 of 5) sorted by relevance
21 class DWARFDebugLoc {51 DWARFDebugLoc(const RelocAddrMap &LocRelocMap) : RelocMap(LocRelocMap) {} in DWARFDebugLoc() function
46 std::unique_ptr<DWARFDebugLoc> Loc;158 const DWARFDebugLoc *getDebugLoc();
17 void DWARFDebugLoc::dump(raw_ostream &OS) const { in dump()37 void DWARFDebugLoc::parse(DataExtractor data, unsigned AddressSize) { in parse()
12 DWARFDebugLoc.cpp
319 const DWARFDebugLoc *DWARFContext::getDebugLoc() { in getDebugLoc()324 Loc.reset(new DWARFDebugLoc(getLocSection().Relocs)); in getDebugLoc()