Searched refs:GsymContext (Results 1 – 4 of 4) sorted by relevance
30 class GsymContext : public DIContext {32 GsymContext(std::unique_ptr<GsymReader> Reader);34 GsymContext(GsymContext &) = delete;35 GsymContext &operator=(GsymContext &) = delete;
17 GsymContext::GsymContext(std::unique_ptr<GsymReader> Reader) in GsymContext() function in GsymContext20 void GsymContext::dump(raw_ostream &OS, DIDumpOptions DumpOpts) {} in dump()64 GsymContext::getLineInfoForAddress(object::SectionedAddress Address, in getLineInfoForAddress()96 GsymContext::getLineInfoForDataAddress(object::SectionedAddress Address) { in getLineInfoForDataAddress()103 GsymContext::getLineInfoForAddressRange(object::SectionedAddress Address, in getLineInfoForAddressRange()134 GsymContext::getInliningInfoForAddress(object::SectionedAddress Address, in getInliningInfoForAddress()162 GsymContext::getLocalsForAddress(object::SectionedAddress Address) { in getLocalsForAddress()
680 Context = std::make_unique<gsym::GsymContext>(std::move(Reader)); in getOrCreateModuleInfo()
644 SRCS_MIW+= DebugInfo/GSYM/GsymContext.cpp