Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
71 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
72 if (!CurSection) { in flushPendingLabels()
79 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
94 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
95 assert(CurSection); in flushPendingLabels()
[all …]
H A DMCELFStreamer.cpp152 MCSection *CurSection = getCurrentSectionOnly(); in changeSection() local
153 if (CurSection && isBundleLocked()) in changeSection()
158 setSectionAlignmentForBundling(Asm, CurSection); in changeSection()
715 MCSection *CurSection = getCurrentSectionOnly(); in finishImpl() local
716 setSectionAlignmentForBundling(getAssembler(), CurSection); in finishImpl()
H A DMCStreamer.cpp59 void MCTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
/openbsd/gnu/llvm/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,
/openbsd/gnu/llvm/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,
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVTargetStreamer.h23 void changeSection(const MCSection *CurSection, MCSection *Section, in changeSection() argument
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp76 const DWARFSection *CurSection, in addUnitsImpl()
79 const DWARFSection &InfoSection = CurSection ? *CurSection : Section; in addUnitsImpl()
/openbsd/gnu/llvm/clang/lib/Driver/
H A DOffloadBundler.cpp529 IsOffloadSection(SectionRef CurSection) { in IsOffloadSection() argument
530 Expected<StringRef> NameOrErr = CurSection.getName(); in IsOffloadSection()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2443 const MCSection *CurSection = nullptr; in emitConstantPool() local
2452 if (CurSection != CPSections[i].S) { in emitConstantPool()
2455 CurSection = CPSections[i].S; in emitConstantPool()