Home
last modified time | relevance | path

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

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