Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp391 uint32_t MaxSection = Dbi->getSectionHeaders().size(); in getRVAFromSectOffset() local
392 if (Section > MaxSection + 1) in getRVAFromSectOffset()
393 Section = MaxSection + 1; in getRVAFromSectOffset()