Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAssembler.cpp1121 bool RelaxedFrag = false; in layoutSectionOnce() local
1128 RelaxedFrag = relaxInstruction(Layout, *cast<MCRelaxableFragment>(I)); in layoutSectionOnce()
1131 RelaxedFrag = relaxDwarfLineAddr(Layout, in layoutSectionOnce()
1135 RelaxedFrag = in layoutSectionOnce()
1140 RelaxedFrag = relaxLEB(Layout, *cast<MCLEBFragment>(I)); in layoutSectionOnce()
1143 RelaxedFrag = in layoutSectionOnce()
1147 RelaxedFrag = in layoutSectionOnce()
1151 RelaxedFrag = relaxCVDefRange(Layout, *cast<MCCVDefRangeFragment>(I)); in layoutSectionOnce()
1154 if (RelaxedFrag && !FirstRelaxedFragment) in layoutSectionOnce()