Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1128 auto FragmentB = B.Expr->getFragmentInfo(); in sortGlobalExprs() local
1129 if (!FragmentA || !FragmentB) in sortGlobalExprs()
1130 return !!FragmentB; in sortGlobalExprs()
1131 return FragmentA->OffsetInBits < FragmentB->OffsetInBits; in sortGlobalExprs()