Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCObjectStreamer.h78 MCSection *CurSection = getCurrentSectionOnly(); in insert() local
79 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert()
80 F->setParent(CurSection); in insert()
H A DMCStreamer.h108 virtual void changeSection(const MCSection *CurSection, MCSection *Section,
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp79 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
87 if (isDwarfSection(FI, CurSection)) in changeSection()
H A DNVPTXTargetStreamer.h43 void changeSection(const MCSection *CurSection, MCSection *Section,
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCELFStreamer.cpp148 MCSection *CurSection = getCurrentSectionOnly(); in ChangeSection() local
149 if (CurSection && isBundleLocked()) in ChangeSection()
154 setSectionAlignmentForBundling(Asm, CurSection); in ChangeSection()
668 MCSection *CurSection = getCurrentSectionOnly(); in FinishImpl() local
669 setSectionAlignmentForBundling(getAssembler(), CurSection); in FinishImpl()
H A DMCObjectStreamer.cpp51 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
52 CurSection->getFragmentList().insert(CurInsertionPoint, F); in flushPendingLabels()
53 F->setParent(CurSection); in flushPendingLabels()
H A DMCStreamer.cpp53 void MCTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp71 const DWARFSection *CurSection, in addUnitsImpl()
74 const DWARFSection &InfoSection = CurSection ? *CurSection : Section; in addUnitsImpl()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1697 const MCSection *CurSection = nullptr; in EmitConstantPool() local
1706 if (CurSection != CPSections[i].S) { in EmitConstantPool()
1709 CurSection = CPSections[i].S; in EmitConstantPool()