Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCObjectStreamer.h67 MCSection *CurSection = getCurrentSectionOnly(); in insert() local
68 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert()
69 F->setParent(CurSection); in insert()
/external/llvm/lib/MC/
DMCELFStreamer.cpp137 MCSection *CurSection = getCurrentSectionOnly(); in ChangeSection() local
138 if (CurSection && isBundleLocked()) in ChangeSection()
143 setSectionAlignmentForBundling(Asm, CurSection); in ChangeSection()
625 MCSection *CurSection = getCurrentSectionOnly(); in FinishImpl() local
626 setSectionAlignmentForBundling(getAssembler(), CurSection); in FinishImpl()
DMCObjectStreamer.cpp46 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
47 CurSection->getFragmentList().insert(CurInsertionPoint, F); in flushPendingLabels()
48 F->setParent(CurSection); in flushPendingLabels()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1306 const MCSection *CurSection = nullptr; in EmitConstantPool() local
1315 if (CurSection != CPSections[i].S) { in EmitConstantPool()
1318 CurSection = CPSections[i].S; in EmitConstantPool()