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

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1483 uint32_t &offsetInLinetable) {
1543 offsetInLinetable = addr - offsetInC;
1568 uint32_t offsetInLinetable; local
1570 if (!findLineTable(c, addr, cvStrTab, checksums, lines, offsetInLinetable))
1578 if (ln.Offset > offsetInLinetable) {
1479 findLineTable(const SectionChunk *c, uint32_t addr, DebugStringTableSubsectionRef &cvStrTab, DebugChecksumsSubsectionRef &checksums, DebugLinesSubsectionRef &lines, uint32_t &offsetInLinetable) argument

Completed in 107 milliseconds