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

  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 517 const MCSection *TheSection =
523 OutStreamer.SwitchSection(TheSection);
543 const MCSection *TheSection =
547 OutStreamer.SwitchSection(TheSection);
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 315 const MCSection *TheSection =
318 OutStreamer.EmitZerofill(TheSection, GVSym, Size, Align);
339 const MCSection *TheSection =
350 OutStreamer.EmitZerofill(TheSection, GVSym, Size, 1 << AlignLog);
370 OutStreamer.EmitTBSSSymbol(TheSection, MangSym, Size, 1 << AlignLog);
372 OutStreamer.SwitchSection(TheSection);
405 OutStreamer.SwitchSection(TheSection);
    [all...]

Completed in 130 milliseconds