Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp627 auto FragmentB = B.Expr->getFragmentInfo(); in sortGlobalExprs() local
628 if (!FragmentA || !FragmentB) in sortGlobalExprs()
629 return !!FragmentB; in sortGlobalExprs()
630 return FragmentA->OffsetInBits < FragmentB->OffsetInBits; in sortGlobalExprs()