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