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

/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCObjectStreamer.h67 MCSection *CurSection = getCurrentSectionOnly(); local
68 CurSection->getFragmentList().insert(CurInsertionPoint, F);
69 F->setParent(CurSection);
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCELFStreamer.cpp137 MCSection *CurSection = getCurrentSectionOnly(); local
138 if (CurSection && isBundleLocked())
143 setSectionAlignmentForBundling(Asm, CurSection);
625 MCSection *CurSection = getCurrentSectionOnly(); local
626 setSectionAlignmentForBundling(getAssembler(), CurSection); local
H A DMCObjectStreamer.cpp46 MCSection *CurSection = getCurrentSectionOnly(); local
47 CurSection->getFragmentList().insert(CurInsertionPoint, F);
48 F->setParent(CurSection);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1371 const MCSection *CurSection = nullptr; local
1380 if (CurSection != CPSections[i].S) {
1383 CurSection = CPSections[i].S;

Completed in 112 milliseconds