Lines Matching refs:CVStrTab
242 DebugStringTableSubsectionRef CVStrTab; member in __anon97f256dd0111::DebugSHandler
1189 assert(!CVStrTab.valid() && in handleDebugS()
1191 ExitOnErr(CVStrTab.initialize(SS.getRecordData())); in handleDebugS()
1231 if (!CVStrTab.valid()) { in finish()
1249 translateStringTableIndex(FD.FrameFunc, CVStrTab, Linker.PDBStrTab); in finish()
1255 *Ref = translateStringTableIndex(*Ref, CVStrTab, Linker.PDBStrTab); in finish()
1264 ExitOnErr(CVStrTab.getString(FC.FileNameOffset)); in finish()
1656 DebugStringTableSubsectionRef &CVStrTab, in findLineTable() argument
1688 assert(!CVStrTab.valid() && in findLineTable()
1690 ExitOnErr(CVStrTab.initialize(SS.getRecordData())); in findLineTable()
1726 if (CVStrTab.valid() && Checksums.valid() && Lines.header()) in findLineTable()
1741 DebugStringTableSubsectionRef CVStrTab; in getFileLine() local
1746 if (!findLineTable(C, Addr, CVStrTab, Checksums, Lines, OffsetInLinetable)) in getFileLine()
1760 ExitOnErr(getFileName(CVStrTab, Checksums, *NameIndex)); in getFileLine()
1769 StringRef Filename = ExitOnErr(getFileName(CVStrTab, Checksums, *NameIndex)); in getFileLine()