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

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1860 uint32_t offsetInC = i->second + linesTmp.header()->RelocOffset; local
1861 if (addr < offsetInC || addr >= offsetInC + linesTmp.header()->CodeSize)
1867 offsetInLinetable = addr - offsetInC;

Completed in 119 milliseconds