Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCAssembler.cpp1095 bool RelaxedFrag = false; in layoutSectionOnce() local
1102 RelaxedFrag = relaxInstruction(Layout, *cast<MCRelaxableFragment>(I)); in layoutSectionOnce()
1105 RelaxedFrag = relaxDwarfLineAddr(Layout, in layoutSectionOnce()
1109 RelaxedFrag = in layoutSectionOnce()
1114 RelaxedFrag = relaxLEB(Layout, *cast<MCLEBFragment>(I)); in layoutSectionOnce()
1117 if (RelaxedFrag && !FirstRelaxedFragment) in layoutSectionOnce()