Home
last modified time | relevance | path

Searched refs:DWARFCache (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lld/Common/
H A DDWARF.cpp16 DWARFCache::DWARFCache(std::unique_ptr<llvm::DWARFContext> d) in DWARFCache() function in lld::DWARFCache
73 DWARFCache::getVariableLoc(StringRef name) { in getVariableLoc()
91 std::optional<DILineInfo> DWARFCache::getDILineInfo(uint64_t offset, in getDILineInfo()
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DDWARF.h26 class DWARFCache {
28 DWARFCache(std::unique_ptr<llvm::DWARFContext> dwarf);
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.h32 class DWARFCache; variable
288 DWARFCache *getDwarf();
325 std::unique_ptr<DWARFCache> dwarf;
H A DInputFiles.cpp454 template <class ELFT> DWARFCache *ObjFile<ELFT>::getDwarf() { in getDwarf()
456 dwarf = std::make_unique<DWARFCache>(std::make_unique<DWARFContext>( in getDwarf()
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.h38 class DWARFCache; variable
308 DWARFCache *dwarf = nullptr;
H A DInputFiles.cpp907 dwarf = make<DWARFCache>(DWARFContext::create(*getCOFFObj())); in getVariableLocation()
925 dwarf = make<DWARFCache>(DWARFContext::create(*getCOFFObj())); in getDILineInfo()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.h176 lld::DWARFCache *getDwarf();
179 std::unique_ptr<lld::DWARFCache> dwarfCache;
H A DInputSection.cpp94 DWARFCache *dwarf = obj->getDwarf(); in getSourceLocation()
H A DInputFiles.cpp1543 lld::DWARFCache *ObjFile::getDwarf() { in getDwarf()
1548 dwarfCache = std::make_unique<DWARFCache>(std::make_unique<DWARFContext>( in getDwarf()