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

  /external/llvm/include/llvm/MC/
MCObjectStreamer.h 66 MCSection *CurSection = getCurrentSectionOnly();
67 CurSection->getFragmentList().insert(CurInsertionPoint, F);
68 F->setParent(CurSection);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCObjectStreamer.h 66 MCSection *CurSection = getCurrentSectionOnly();
67 CurSection->getFragmentList().insert(CurInsertionPoint, F);
68 F->setParent(CurSection);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCObjectStreamer.h 66 MCSection *CurSection = getCurrentSectionOnly();
67 CurSection->getFragmentList().insert(CurInsertionPoint, F);
68 F->setParent(CurSection);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCObjectStreamer.h 66 MCSection *CurSection = getCurrentSectionOnly();
67 CurSection->getFragmentList().insert(CurInsertionPoint, F);
68 F->setParent(CurSection);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCObjectStreamer.h 66 MCSection *CurSection = getCurrentSectionOnly();
67 CurSection->getFragmentList().insert(CurInsertionPoint, F);
68 F->setParent(CurSection);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCObjectStreamer.h 66 MCSection *CurSection = getCurrentSectionOnly();
67 CurSection->getFragmentList().insert(CurInsertionPoint, F);
68 F->setParent(CurSection);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCObjectStreamer.h 66 MCSection *CurSection = getCurrentSectionOnly();
67 CurSection->getFragmentList().insert(CurInsertionPoint, F);
68 F->setParent(CurSection);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCObjectStreamer.h 71 MCSection *CurSection = getCurrentSectionOnly();
72 CurSection->getFragmentList().insert(CurInsertionPoint, F);
73 F->setParent(CurSection);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCObjectStreamer.h 71 MCSection *CurSection = getCurrentSectionOnly();
72 CurSection->getFragmentList().insert(CurInsertionPoint, F);
73 F->setParent(CurSection);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCObjectStreamer.h 71 MCSection *CurSection = getCurrentSectionOnly();
72 CurSection->getFragmentList().insert(CurInsertionPoint, F);
73 F->setParent(CurSection);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCObjectStreamer.h 71 MCSection *CurSection = getCurrentSectionOnly();
72 CurSection->getFragmentList().insert(CurInsertionPoint, F);
73 F->setParent(CurSection);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCObjectStreamer.h 71 MCSection *CurSection = getCurrentSectionOnly();
72 CurSection->getFragmentList().insert(CurInsertionPoint, F);
73 F->setParent(CurSection);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCObjectStreamer.h 71 MCSection *CurSection = getCurrentSectionOnly();
72 CurSection->getFragmentList().insert(CurInsertionPoint, F);
73 F->setParent(CurSection);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCObjectStreamer.h 71 MCSection *CurSection = getCurrentSectionOnly();
72 CurSection->getFragmentList().insert(CurInsertionPoint, F);
73 F->setParent(CurSection);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCObjectStreamer.h 71 MCSection *CurSection = getCurrentSectionOnly();
72 CurSection->getFragmentList().insert(CurInsertionPoint, F);
73 F->setParent(CurSection);
  /external/llvm/lib/MC/
MCELFStreamer.cpp 138 MCSection *CurSection = getCurrentSectionOnly();
139 if (CurSection && isBundleLocked())
144 setSectionAlignmentForBundling(Asm, CurSection);
625 MCSection *CurSection = getCurrentSectionOnly();
626 setSectionAlignmentForBundling(getAssembler(), CurSection);
MCObjectStreamer.cpp 47 MCSection *CurSection = getCurrentSectionOnly();
48 CurSection->getFragmentList().insert(CurInsertionPoint, F);
49 F->setParent(CurSection);
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 171 milliseconds