Home
last modified time | relevance | path

Searched refs:GsymContext (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymContext.h30 class GsymContext : public DIContext {
32 GsymContext(std::unique_ptr<GsymReader> Reader);
34 GsymContext(GsymContext &) = delete;
35 GsymContext &operator=(GsymContext &) = delete;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymContext.cpp17 GsymContext::GsymContext(std::unique_ptr<GsymReader> Reader) in GsymContext() function in GsymContext
20 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()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp680 Context = std::make_unique<gsym::GsymContext>(std::move(Reader)); in getOrCreateModuleInfo()
/freebsd/lib/clang/libllvm/
H A DMakefile644 SRCS_MIW+= DebugInfo/GSYM/GsymContext.cpp