Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1153 auto FragmentB = B.Expr->getFragmentInfo(); in sortGlobalExprs() local
1154 if (!FragmentA || !FragmentB) in sortGlobalExprs()
1155 return !!FragmentB; in sortGlobalExprs()
1156 return FragmentA->OffsetInBits < FragmentB->OffsetInBits; in sortGlobalExprs()