Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectStreamer.cpp52 MCSection *CurSection = getCurrentSectionOnly(); in addPendingLabel() local
53 if (CurSection) { in addPendingLabel()
57 CurSection->addPendingLabel(Sym); in addPendingLabel()
62 CurSection->addPendingLabel(S, CurSubsectionIdx); in addPendingLabel()
65 PendingLabelSections.insert(CurSection); in addPendingLabel()
72 MCSection *CurSection = getCurrentSectionOnly(); in flushPendingLabels() local
73 if (!CurSection) { in flushPendingLabels()
80 CurSection->addPendingLabel(Sym, CurSubsectionIdx); in flushPendingLabels()
87 CurSection->flushPendingLabels(F, FOffset, CurSubsectionIdx); in flushPendingLabels()
89 CurSection->flushPendingLabels(nullptr, 0, CurSubsectionIdx); in flushPendingLabels()
[all …]
H A DMCELFStreamer.cpp148 MCSection *CurSection = getCurrentSectionOnly(); in changeSection() local
149 if (CurSection && isBundleLocked()) in changeSection()
154 setSectionAlignmentForBundling(Asm, CurSection); in changeSection()
686 MCSection *CurSection = getCurrentSectionOnly(); in finishImpl() local
687 setSectionAlignmentForBundling(getAssembler(), CurSection); in finishImpl()
H A DMCStreamer.cpp56 void MCTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectStreamer.h80 MCSection *CurSection = getCurrentSectionOnly(); in insert() local
81 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert()
82 F->setParent(CurSection); in insert()
H A DMCStreamer.h116 virtual void changeSection(const MCSection *CurSection, MCSection *Section,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp83 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection, in changeSection() argument
90 if (isDwarfSection(FI, CurSection)) in changeSection()
H A DNVPTXTargetStreamer.h45 void changeSection(const MCSection *CurSection, MCSection *Section,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp69 const DWARFSection *CurSection, in addUnitsImpl()
72 const DWARFSection &InfoSection = CurSection ? *CurSection : Section; in addUnitsImpl()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp488 static Expected<Optional<StringRef>> IsOffloadSection(SectionRef CurSection) { in IsOffloadSection() argument
489 Expected<StringRef> NameOrErr = CurSection.getName(); in IsOffloadSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2041 const MCSection *CurSection = nullptr; in emitConstantPool() local
2050 if (CurSection != CPSections[i].S) { in emitConstantPool()
2053 CurSection = CPSections[i].S; in emitConstantPool()