Home
last modified time | relevance | path

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

/external/llvm-project/lld/Common/
DDWARF.cpp16 DWARFCache::DWARFCache(std::unique_ptr<llvm::DWARFContext> d) in DWARFCache() function in lld::DWARFCache
73 DWARFCache::getVariableLoc(StringRef name) { in getVariableLoc()
91 Optional<DILineInfo> DWARFCache::getDILineInfo(uint64_t offset, in getDILineInfo()
/external/llvm-project/lld/include/lld/Common/
DDWARF.h26 class DWARFCache {
28 DWARFCache(std::unique_ptr<llvm::DWARFContext> dwarf);
/external/llvm-project/lld/ELF/
DInputFiles.h35 class DWARFCache; variable
257 DWARFCache *getDwarf();
291 std::unique_ptr<DWARFCache> dwarf;
DInputFiles.cpp289 template <class ELFT> DWARFCache *ObjFile<ELFT>::getDwarf() { in getDwarf()
291 dwarf = std::make_unique<DWARFCache>(std::make_unique<DWARFContext>( in getDwarf()
/external/llvm-project/lld/COFF/
DInputFiles.h37 class DWARFCache; variable
309 DWARFCache *dwarf = nullptr;
DInputFiles.cpp933 dwarf = make<DWARFCache>(DWARFContext::create(*getCOFFObj())); in getVariableLocation()
950 dwarf = make<DWARFCache>(DWARFContext::create(*getCOFFObj())); in getDILineInfo()