Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp51 MCSection *CurSection = getCurrentSectionOnly(); in addPendingLabel() local
52 if (CurSection) { in addPendingLabel()
56 CurSection->addPendingLabel(Sym); in addPendingLabel()
61 CurSection->addPendingLabel(S, CurSubsectionIdx); in addPendingLabel()
64 PendingLabelSections.insert(CurSection); in addPendingLabel()
72 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
73 if (!CurSection) { in flushPendingLabels()
80 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
91 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
92 assert(CurSection); in flushPendingLabels()
[all …]
H A DMCELFStreamer.cpp149 MCSection *CurSection = getCurrentSectionOnly(); in changeSection() local
150 if (CurSection && isBundleLocked()) in changeSection()
155 setSectionAlignmentForBundling(Asm, CurSection); in changeSection()
714 MCSection *CurSection = getCurrentSectionOnly(); in finishImpl() local
715 setSectionAlignmentForBundling(getAssembler(), CurSection); in finishImpl()
H A DMCStreamer.cpp59 void MCTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h96 MCSection *CurSection = getCurrentSectionOnly(); in insert() local
97 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert()
98 F->setParent(CurSection); in insert()
H A DMCStreamer.h118 virtual void changeSection(const MCSection *CurSection, MCSection *Section,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp86 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
93 if (isDwarfSection(FI, CurSection)) in changeSection()
H A DNVPTXTargetStreamer.h45 void changeSection(const MCSection *CurSection, MCSection *Section,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVTargetStreamer.h23 void changeSection(const MCSection *CurSection, MCSection *Section, in changeSection() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp76 const DWARFSection *CurSection, in addUnitsImpl()
79 const DWARFSection &InfoSection = CurSection ? *CurSection : Section; in addUnitsImpl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp526 IsOffloadSection(SectionRef CurSection) { in IsOffloadSection() argument
527 Expected<StringRef> NameOrErr = CurSection.getName(); in IsOffloadSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2653 const MCSection *CurSection = nullptr; in emitConstantPool() local
2662 if (CurSection != CPSections[i].S) { in emitConstantPool()
2665 CurSection = CPSections[i].S; in emitConstantPool()