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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.h45 void changeSection(const MCSection *CurSection, MCSection *Section,
H A DNVPTXTargetStreamer.cpp83 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, argument
90 if (isDwarfSection(FI, CurSection))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp49 MCSection *CurSection = getCurrentSectionOnly(); local
50 if (CurSection) {
54 CurSection->addPendingLabel(Sym);
59 CurSection->addPendingLabel(S, CurSubsectionIdx);
63 PendingLabelSections.end(), CurSection);
65 PendingLabelSections.push_back(CurSection);
73 MCSection *CurSection = getCurrentSectionOnly(); local
74 if (!CurSection) {
81 CurSection->addPendingLabel(Sym, CurSubsectionIdx);
88 CurSection
96 MCSection *CurSection = getCurrentSectionOnly(); local
[all...]
H A DMCELFStreamer.cpp148 MCSection *CurSection = getCurrentSectionOnly(); local
149 if (CurSection && isBundleLocked())
154 setSectionAlignmentForBundling(Asm, CurSection);
670 MCSection *CurSection = getCurrentSectionOnly(); local
671 setSectionAlignmentForBundling(getAssembler(), CurSection); local
H A DMCStreamer.cpp55 void MCTargetStreamer::changeSection(const MCSection *CurSection, argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h79 MCSection *CurSection = getCurrentSectionOnly(); local
80 CurSection->getFragmentList().insert(CurInsertionPoint, F);
81 F->setParent(CurSection);
H A DMCStreamer.h116 virtual void changeSection(const MCSection *CurSection, MCSection *Section,
417 /// is required to update CurSection.
424 /// This is required to update CurSection. This version does not call
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp70 const DWARFSection *CurSection,
73 const DWARFSection &InfoSection = CurSection ? *CurSection : Section;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1788 const MCSection *CurSection = nullptr; local
1802 if (CurSection != CPSections[i].S) {
1805 CurSection = CPSections[i].S;

Completed in 113 milliseconds