Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1148 auto FragmentB = B.Expr->getFragmentInfo(); in sortGlobalExprs() local
1149 if (!FragmentA || !FragmentB) in sortGlobalExprs()
1150 return !!FragmentB; in sortGlobalExprs()
1151 return FragmentA->OffsetInBits < FragmentB->OffsetInBits; in sortGlobalExprs()