HomeSort by relevance Sort by last modified time
    Searched refs:CurSection (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/MC/
MCObjectStreamer.h 67 MCSection *CurSection = getCurrentSectionOnly();
68 CurSection->getFragmentList().insert(CurInsertionPoint, F);
69 F->setParent(CurSection);
  /external/llvm/lib/MC/
MCELFStreamer.cpp 137 MCSection *CurSection = getCurrentSectionOnly();
138 if (CurSection && isBundleLocked())
143 setSectionAlignmentForBundling(Asm, CurSection);
625 MCSection *CurSection = getCurrentSectionOnly();
626 setSectionAlignmentForBundling(getAssembler(), CurSection);
MCObjectStreamer.cpp 46 MCSection *CurSection = getCurrentSectionOnly();
47 CurSection->getFragmentList().insert(CurInsertionPoint, F);
48 F->setParent(CurSection);
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 484 milliseconds