Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.h291 DWARFCache *getDwarf();
H A DInputFiles.cpp477 template <class ELFT> DWARFCache *ObjFile<ELFT>::getDwarf() { in getDwarf() function in ObjFile
495 return getDwarf()->getVariableLoc(name); in getVariableLoc()
513 return getDwarf()->getDILineInfo(offset, sectionIndex); in getDILineInfo()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.h176 lld::DWARFCache *getDwarf();
H A DInputSection.cpp140 DWARFCache *dwarf = obj->getDwarf(); in getSourceLocation()
H A DInputFiles.cpp1544 lld::DWARFCache *ObjFile::getDwarf() { in getDwarf() function in ObjFile