Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/Common/
DDWARF.h29 llvm::Optional<llvm::DILineInfo> getDILineInfo(uint64_t offset,
/external/llvm-project/lld/Common/
DDWARF.cpp91 Optional<DILineInfo> DWARFCache::getDILineInfo(uint64_t offset, in getDILineInfo() function in lld::DWARFCache
/external/llvm-project/lld/ELF/
DInputFiles.h227 llvm::Optional<llvm::DILineInfo> getDILineInfo(InputSectionBase *, uint64_t);
DInputFiles.cpp249 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()
DInputSection.cpp307 if (Optional<DILineInfo> info = getFile<ELFT>()->getDILineInfo(this, offset)) in getLocation()
/external/llvm-project/lld/COFF/
DInputFiles.h219 llvm::Optional<llvm::DILineInfo> getDILineInfo(uint32_t offset,
DInputFiles.cpp947 Optional<DILineInfo> ObjFile::getDILineInfo(uint32_t offset, in getDILineInfo() function in ObjFile
955 return dwarf->getDILineInfo(offset, sectionIndex); in getDILineInfo()
DSymbolTable.cpp115 c->file->getDILineInfo(addr, c->getSectionNumber() - 1); in getFileLineDwarf()