Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputFiles.h288 DWARFCache *getDwarf();
H A DInputFiles.cpp454 template <class ELFT> DWARFCache *ObjFile<ELFT>::getDwarf() { in getDwarf() function in ObjFile
472 return getDwarf()->getVariableLoc(name); in getVariableLoc()
490 return getDwarf()->getDILineInfo(offset, sectionIndex); in getDILineInfo()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DInputFiles.h176 lld::DWARFCache *getDwarf();
H A DInputSection.cpp94 DWARFCache *dwarf = obj->getDwarf(); in getSourceLocation()
H A DInputFiles.cpp1543 lld::DWARFCache *ObjFile::getDwarf() { in getDwarf() function in ObjFile