HomeSort by: relevance | last modified time | path
    Searched refs:CurSection (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXTargetStreamer.h 45 void changeSection(const MCSection *CurSection, MCSection *Section,
NVPTXTargetStreamer.cpp 83 void NVPTXTargetStreamer::changeSection(const MCSection *CurSection,
90 if (isDwarfSection(FI, CurSection))
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCObjectStreamer.cpp 52 MCSection *CurSection = getCurrentSectionOnly();
53 if (CurSection) {
57 CurSection->addPendingLabel(Sym);
62 CurSection->addPendingLabel(S, CurSubsectionIdx);
65 PendingLabelSections.insert(CurSection);
72 MCSection *CurSection = getCurrentSectionOnly();
73 if (!CurSection) {
80 CurSection->addPendingLabel(Sym, CurSubsectionIdx);
87 CurSection->flushPendingLabels(F, FOffset, CurSubsectionIdx);
89 CurSection->flushPendingLabels(nullptr, 0, CurSubsectionIdx)
    [all...]
MCELFStreamer.cpp 148 MCSection *CurSection = getCurrentSectionOnly();
149 if (CurSection && isBundleLocked())
154 setSectionAlignmentForBundling(Asm, CurSection);
686 MCSection *CurSection = getCurrentSectionOnly();
687 setSectionAlignmentForBundling(getAssembler(), CurSection);
MCStreamer.cpp 56 void MCTargetStreamer::changeSection(const MCSection *CurSection,
1195 MCSectionSubPair curSection = SectionStack.back().first;
1196 SectionStack.back().second = curSection;
1197 if (MCSectionSubPair(Section, Subsection) != curSection) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCObjectStreamer.h 80 MCSection *CurSection = getCurrentSectionOnly();
81 CurSection->getFragmentList().insert(CurInsertionPoint, F);
82 F->setParent(CurSection);
MCStreamer.h 116 virtual void changeSection(const MCSection *CurSection, MCSection *Section,
429 /// is required to update CurSection.
436 /// This is required to update CurSection. This version does not call
441 MCSectionSubPair curSection = SectionStack.back().first;
442 SectionStack.back().second = curSection;
443 if (MCSectionSubPair(Section, Subsection) != curSection)
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 69 const DWARFSection *CurSection,
72 const DWARFSection &InfoSection = CurSection ? *CurSection : Section;
  /src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/
ClangOffloadBundler.cpp 488 static Expected<Optional<StringRef>> IsOffloadSection(SectionRef CurSection) {
489 Expected<StringRef> NameOrErr = CurSection.getName();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 2041 const MCSection *CurSection = nullptr;
2050 if (CurSection != CPSections[i].S) {
2053 CurSection = CPSections[i].S;

Completed in 58 milliseconds