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

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp215 DebugStringTableSubsectionRef cVStrTab; member in class:lld::coff::__anon1105::DebugSHandler
1047 assert(!cVStrTab.valid() &&
1049 exitOnErr(cVStrTab.initialize(ss.getRecordData()));
1136 exitOnErr(getFileName(cVStrTab, checksums, fileID));
1142 filename = exitOnErr(getFileName(cVStrTab, checksums, extraFileId));
1158 if (!cVStrTab.valid()) {
1176 translateStringTableIndex(fd.FrameFunc, cVStrTab, linker.pdbStrTab);
1182 *ref = translateStringTableIndex(*ref, cVStrTab, linker.pdbStrTab);
1191 exitOnErr(cVStrTab.getString(fc.FileNameOffset));
1804 DebugStringTableSubsectionRef &cVStrTab,
1803 findLineTable(const SectionChunk *c, uint32_t addr, DebugStringTableSubsectionRef &cVStrTab, DebugChecksumsSubsectionRef &checksums, DebugLinesSubsectionRef &lines, uint32_t &offsetInLinetable) argument
1889 DebugStringTableSubsectionRef cVStrTab; local
[all...]

Completed in 104 milliseconds