Searched refs:cvStrTab (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp166 DebugStringTableSubsectionRef cvStrTab; member in class:__anon2673::DebugSHandler
681 assert(!cvStrTab.valid() &&
683 exitOnErr(cvStrTab.initialize(ss.getRecordData()));
778 if (!cvStrTab.valid()) {
796 translateStringTableIndex(fd.FrameFunc, cvStrTab, linker.pdbStrTab);
802 *ref = translateStringTableIndex(*ref, cvStrTab, linker.pdbStrTab);
813 exitOnErr(cvStrTab.getString(fc.FileNameOffset));
1480 DebugStringTableSubsectionRef &cvStrTab,
1512 assert(!cvStrTab.valid() &&
1514 exitOnErr(cvStrTab
1479 findLineTable(const SectionChunk *c, uint32_t addr, DebugStringTableSubsectionRef &cvStrTab, DebugChecksumsSubsectionRef &checksums, DebugLinesSubsectionRef &lines, uint32_t &offsetInLinetable) argument
1565 DebugStringTableSubsectionRef cvStrTab; local
[all...]

Completed in 118 milliseconds