Searched refs:getDILineInfo (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/lld/include/lld/Common/ |
H A D | DWARF.h | 29 std::optional<llvm::DILineInfo> getDILineInfo(uint64_t offset,
|
/freebsd/contrib/llvm-project/lld/Common/ |
H A D | DWARF.cpp | 91 std::optional<DILineInfo> DWARFCache::getDILineInfo(uint64_t offset, in getDILineInfo() function in lld::DWARFCache
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | InputFiles.h | 261 std::optional<llvm::DILineInfo> getDILineInfo(const InputSectionBase *,
|
H A D | InputFiles.cpp | 378 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 D | InputFiles.h | 215 std::optional<llvm::DILineInfo> getDILineInfo(uint32_t offset,
|
H A D | InputFiles.cpp | 966 std::optional<DILineInfo> ObjFile::getDILineInfo(uint32_t offset, in getDILineInfo() function in ObjFile 974 return dwarf->getDILineInfo(offset, sectionIndex); in getDILineInfo()
|
H A D | SymbolTable.cpp | 150 c->file->getDILineInfo(addr, c->getSectionNumber() - 1); in getFileLineDwarf()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | InputSection.cpp | 160 if (std::optional<DILineInfo> li = dwarf->getDILineInfo( in getSourceLocation()
|