Searched refs:getDILineInfo (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/lld/include/lld/Common/ |
D | DWARF.h | 29 llvm::Optional<llvm::DILineInfo> getDILineInfo(uint64_t offset,
|
/external/llvm-project/lld/Common/ |
D | DWARF.cpp | 91 Optional<DILineInfo> DWARFCache::getDILineInfo(uint64_t offset, in getDILineInfo() function in lld::DWARFCache
|
/external/llvm-project/lld/ELF/ |
D | InputFiles.h | 227 llvm::Optional<llvm::DILineInfo> getDILineInfo(InputSectionBase *, uint64_t);
|
D | InputFiles.cpp | 249 if (Optional<DILineInfo> info = file.getDILineInfo(&sec, offset)) in getSrcMsgAux() 313 Optional<DILineInfo> ObjFile<ELFT>::getDILineInfo(InputSectionBase *s, in getDILineInfo() function in ObjFile 325 return getDwarf()->getDILineInfo(offset, sectionIndex); in getDILineInfo()
|
D | InputSection.cpp | 307 if (Optional<DILineInfo> info = getFile<ELFT>()->getDILineInfo(this, offset)) in getLocation()
|
/external/llvm-project/lld/COFF/ |
D | InputFiles.h | 219 llvm::Optional<llvm::DILineInfo> getDILineInfo(uint32_t offset,
|
D | InputFiles.cpp | 947 Optional<DILineInfo> ObjFile::getDILineInfo(uint32_t offset, in getDILineInfo() function in ObjFile 955 return dwarf->getDILineInfo(offset, sectionIndex); in getDILineInfo()
|
D | SymbolTable.cpp | 115 c->file->getDILineInfo(addr, c->getSectionNumber() - 1); in getFileLineDwarf()
|