Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCObjectStreamer.h66 MCSection *CurSection = getCurrentSectionOnly(); in insert() local
67 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert()
68 F->setParent(CurSection); in insert()
/external/llvm/lib/MC/
DMCELFStreamer.cpp138 MCSection *CurSection = getCurrentSectionOnly(); in ChangeSection() local
139 if (CurSection && isBundleLocked()) in ChangeSection()
144 setSectionAlignmentForBundling(Asm, CurSection); in ChangeSection()
625 MCSection *CurSection = getCurrentSectionOnly(); in FinishImpl() local
626 setSectionAlignmentForBundling(getAssembler(), CurSection); in FinishImpl()
DMCObjectStreamer.cpp47 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
48 CurSection->getFragmentList().insert(CurInsertionPoint, F); in flushPendingLabels()
49 F->setParent(CurSection); in flushPendingLabels()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1340 const MCSection *CurSection = nullptr; in EmitConstantPool() local
1349 if (CurSection != CPSections[i].S) { in EmitConstantPool()
1352 CurSection = CPSections[i].S; in EmitConstantPool()