Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCAssembler.cpp1094 bool RelaxedFrag = false; in layoutSectionOnce() local
1101 RelaxedFrag = relaxInstruction(Layout, *cast<MCRelaxableFragment>(I)); in layoutSectionOnce()
1104 RelaxedFrag = relaxDwarfLineAddr(Layout, in layoutSectionOnce()
1108 RelaxedFrag = in layoutSectionOnce()
1113 RelaxedFrag = relaxLEB(Layout, *cast<MCLEBFragment>(I)); in layoutSectionOnce()
1116 if (RelaxedFrag && !FirstRelaxedFragment) in layoutSectionOnce()