Searched refs:DWARFCache (Results 1 – 6 of 6) sorted by relevance
16 DWARFCache::DWARFCache(std::unique_ptr<llvm::DWARFContext> d) in DWARFCache() function in lld::DWARFCache73 DWARFCache::getVariableLoc(StringRef name) { in getVariableLoc()91 Optional<DILineInfo> DWARFCache::getDILineInfo(uint64_t offset, in getDILineInfo()
26 class DWARFCache {28 DWARFCache(std::unique_ptr<llvm::DWARFContext> dwarf);
35 class DWARFCache; variable257 DWARFCache *getDwarf();291 std::unique_ptr<DWARFCache> dwarf;
289 template <class ELFT> DWARFCache *ObjFile<ELFT>::getDwarf() { in getDwarf()291 dwarf = std::make_unique<DWARFCache>(std::make_unique<DWARFContext>( in getDwarf()
37 class DWARFCache; variable309 DWARFCache *dwarf = nullptr;
933 dwarf = make<DWARFCache>(DWARFContext::create(*getCOFFObj())); in getVariableLocation()950 dwarf = make<DWARFCache>(DWARFContext::create(*getCOFFObj())); in getDILineInfo()