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

  /external/llvm/lib/Target/
TargetMachine.cpp 181 const MCSection *TheSection = TLOF->SectionForGlobal(GV, GVKind, Mang, *this);
182 bool CannotUsePrivateLabel = !canUsePrivateLabel(*AsmInfo, *TheSection);
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 618 const MCSection *TheSection =
624 OutStreamer.SwitchSection(TheSection);
644 const MCSection *TheSection =
648 OutStreamer.SwitchSection(TheSection);
659 const MCSection *TheSection =
663 OutStreamer.SwitchSection(TheSection);
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 408 const MCSection *TheSection =
411 OutStreamer.EmitZerofill(TheSection, GVSym, Size, Align);
437 const MCSection *TheSection =
448 OutStreamer.EmitZerofill(TheSection, GVSym, Size, 1 << AlignLog);
468 TheSection = getObjFileLowering().getTLSBSSSection();
469 OutStreamer.EmitTBSSSymbol(TheSection, MangSym, Size, 1 << AlignLog);
471 OutStreamer.SwitchSection(TheSection);
504 OutStreamer.SwitchSection(TheSection);
    [all...]

Completed in 1027 milliseconds