Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DXCOFFLinkGraphBuilder.cpp282 bool IsUndefinedSection = !SectionTable.contains(ParentSectionNumber); in processCsectsAndSymbols() local
283 Section *ParentSection = !IsUndefinedSection in processCsectsAndSymbols()
289 if (!CsectTable.contains(CsectSymbolIndex) && !IsUndefinedSection) { in processCsectsAndSymbols()