Searched refs:DWARFDebugLoc (Results 1 – 12 of 12) sorted by relevance
40 void DWARFDebugLoc::LocationList::dump(raw_ostream &OS, bool IsLittleEndian, in dump()58 DWARFDebugLoc::LocationList const *59 DWARFDebugLoc::getLocationListAtOffset(uint64_t Offset) const { in getLocationListAtOffset()68 void DWARFDebugLoc::dump(raw_ostream &OS, const MCRegisterInfo *MRI, in dump()87 Optional<DWARFDebugLoc::LocationList>88 DWARFDebugLoc::parseOneLocationList(DWARFDataExtractor Data, unsigned *Offset) { in parseOneLocationList()132 void DWARFDebugLoc::parse(const DWARFDataExtractor &data) { in parse()
15 DWARFDebugLoc.cpp
1172 if (const DWARFDebugLoc *DebugLoc = DCtx.getDebugLoc()) { in isVariableIndexable()1173 if (const DWARFDebugLoc::LocationList *LocList = in isVariableIndexable()1175 if (any_of(LocList->Entries, [&](const DWARFDebugLoc::Entry &E) { in isVariableIndexable()
106 DWARFDebugLoc DebugLoc; in dumpLocation()
688 const DWARFDebugLoc *DWARFContext::getDebugLoc() { in getDebugLoc()692 Loc.reset(new DWARFDebugLoc); in getDebugLoc()
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()
66 std::unique_ptr<DWARFDebugLoc> Loc;229 const DWARFDebugLoc *getDebugLoc();
24 class DWARFDebugLoc {