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