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

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1807 uint32_t &offsetInLinetable) {
1867 offsetInLinetable = addr - offsetInC;
1892 uint32_t offsetInLinetable; local
1894 if (!findLineTable(c, addr, cVStrTab, checksums, lines, offsetInLinetable))
1902 if (ln.Offset > offsetInLinetable) {
1803 findLineTable(const SectionChunk *c, uint32_t addr, DebugStringTableSubsectionRef &cVStrTab, DebugChecksumsSubsectionRef &checksums, DebugLinesSubsectionRef &lines, uint32_t &offsetInLinetable) argument

Completed in 47 milliseconds