Home
last modified time | relevance | path

Searched defs:CUInfo (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DDwarfTransformer.cpp27 struct llvm::gsym::CUInfo { struct in llvm::gsym
28 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() argument
49 bool isHighestAddress(uint64_t Addr) const { in isHighestAddress()
66 uint32_t DWARFToGSYMFileIndex(GsymCreator &Gsym, uint32_t DwarfFileIdx) { in DWARFToGSYMFileIndex()