Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp390 uint32_t MaxSection = Dbi->getSectionHeaders().size(); in getRVAFromSectOffset() local
391 if (Section > MaxSection + 1) in getRVAFromSectOffset()
392 Section = MaxSection + 1; in getRVAFromSectOffset()