Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp29 struct llvm::gsym::CUInfo { struct in llvm::gsym
30 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() function
51 bool isHighestAddress(uint64_t Addr) const { in isHighestAddress()
68 uint32_t DWARFToGSYMFileIndex(GsymCreator &Gsym, uint32_t DwarfFileIdx) { in DWARFToGSYMFileIndex()