Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp31 struct llvm::gsym::CUInfo { struct in llvm::gsym
32 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() function
53 bool isHighestAddress(uint64_t Addr) const { in isHighestAddress()
70 std::optional<uint32_t> DWARFToGSYMFileIndex(GsymCreator &Gsym, in DWARFToGSYMFileIndex()