Home
last modified time | relevance | path

Searched refs:CVStrTab (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp242 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()
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
[all …]