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.cpp1134 auto FragmentB = B.Expr->getFragmentInfo(); in sortGlobalExprs() local
1135 if (!FragmentA || !FragmentB) in sortGlobalExprs()
1136 return !!FragmentB; in sortGlobalExprs()
1137 return FragmentA->OffsetInBits < FragmentB->OffsetInBits; in sortGlobalExprs()