Home
last modified time | relevance | path

Searched refs:isDebugLine (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DInputSection.cpp823 const bool isDebugLine = isDebug && name == ".debug_line"; in relocateNonAlloc() local
883 if (!sym.getOutputSection() || (ds && ds->folded && !isDebugLine)) { in relocateNonAlloc()