Home
last modified time | relevance | path

Searched refs:getDILineInfo (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Common/
HDDWARF.h29 std::optional<llvm::DILineInfo> getDILineInfo(uint64_t offset,
/freebsd-13-stable/contrib/llvm-project/lld/Common/
HDDWARF.cpp91 std::optional<DILineInfo> DWARFCache::getDILineInfo(uint64_t offset, in getDILineInfo() function in lld::DWARFCache
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDInputFiles.h261 std::optional<llvm::DILineInfo> getDILineInfo(const InputSectionBase *,
HDInputFiles.cpp378 if (std::optional<DILineInfo> info = file.getDILineInfo(&sec, offset)) in getSrcMsgAux()
502 ObjFile<ELFT>::getDILineInfo(const InputSectionBase *s, uint64_t offset) { in getDILineInfo() function in ObjFile
513 return getDwarf()->getDILineInfo(offset, sectionIndex); in getDILineInfo()
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
HDInputFiles.h215 std::optional<llvm::DILineInfo> getDILineInfo(uint32_t offset,
HDInputFiles.cpp966 std::optional<DILineInfo> ObjFile::getDILineInfo(uint32_t offset, in getDILineInfo() function in ObjFile
974 return dwarf->getDILineInfo(offset, sectionIndex); in getDILineInfo()
HDSymbolTable.cpp150 c->file->getDILineInfo(addr, c->getSectionNumber() - 1); in getFileLineDwarf()
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
HDInputSection.cpp160 if (std::optional<DILineInfo> li = dwarf->getDILineInfo( in getSourceLocation()