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