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

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

Completed in 96 milliseconds