Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp382 uint32_t MaxSection = Dbi->getSectionHeaders().size(); in getRVAFromSectOffset() local
383 if (Section > MaxSection + 1) in getRVAFromSectOffset()
384 Section = MaxSection + 1; in getRVAFromSectOffset()