Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DDWARF.h29 std::optional<llvm::DILineInfo> getDILineInfo(uint64_t offset,
/freebsd/contrib/llvm-project/lld/Common/
H A DDWARF.cpp91 std::optional<DILineInfo> DWARFCache::getDILineInfo(uint64_t offset, in getDILineInfo() function in lld::DWARFCache
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.h261 std::optional<llvm::DILineInfo> getDILineInfo(const InputSectionBase *,
H A DInputFiles.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/contrib/llvm-project/lld/COFF/
H A DInputFiles.h215 std::optional<llvm::DILineInfo> getDILineInfo(uint32_t offset,
H A DInputFiles.cpp966 std::optional<DILineInfo> ObjFile::getDILineInfo(uint32_t offset, in getDILineInfo() function in ObjFile
974 return dwarf->getDILineInfo(offset, sectionIndex); in getDILineInfo()
H A DSymbolTable.cpp150 c->file->getDILineInfo(addr, c->getSectionNumber() - 1); in getFileLineDwarf()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputSection.cpp160 if (std::optional<DILineInfo> li = dwarf->getDILineInfo( in getSourceLocation()