Searched defs:CUInfo (Results 1 – 1 of 1) sorted by relevance
27 struct llvm::gsym::CUInfo { struct in llvm::gsym28 const DWARFDebugLine::LineTable *LineTable;29 const char *CompDir;30 std::vector<uint32_t> FileCache;31 uint64_t Language = 0;32 uint8_t AddrSize = 0;34 CUInfo(DWARFContext &DICtx, DWARFCompileUnit *CU) { in CUInfo() argument49 bool isHighestAddress(uint64_t Addr) const { in isHighestAddress()66 uint32_t DWARFToGSYMFileIndex(GsymCreator &Gsym, uint32_t DwarfFileIdx) { in DWARFToGSYMFileIndex()