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

  /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);
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCELFStreamer.cpp 148 MCSection *CurSection = getCurrentSectionOnly();
149 if (CurSection && isBundleLocked())
154 setSectionAlignmentForBundling(Asm, CurSection);
686 MCSection *CurSection = getCurrentSectionOnly();
687 setSectionAlignmentForBundling(getAssembler(), CurSection);
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...]
  /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 30 milliseconds