Home
last modified time | relevance | path

Searched refs:getDwarf (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DInputFiles.h275 DWARFCache *getDwarf();
H A DInputFiles.cpp261 template <class ELFT> DWARFCache *ObjFile<ELFT>::getDwarf() { in getDwarf() function in ObjFile
279 return getDwarf()->getVariableLoc(name); in getVariableLoc()
297 return getDwarf()->getDILineInfo(offset, sectionIndex); in getDILineInfo()
/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.h168 lld::DWARFCache *getDwarf();
H A DInputSection.cpp92 DWARFCache *dwarf = obj->getDwarf(); in getSourceLocation()
H A DInputFiles.cpp1611 lld::DWARFCache *ObjFile::getDwarf() { in getDwarf() function in ObjFile