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 187 const MCSection *TheSection = TLOF.SectionForGlobal(GV, GVKind, Mang, *this);
188 bool CannotUsePrivateLabel = TLOF.isSectionAtomizableBySymbols(*TheSection);
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 590 const MCSection *TheSection =
596 OutStreamer.SwitchSection(TheSection);
616 const MCSection *TheSection =
620 OutStreamer.SwitchSection(TheSection);
631 const MCSection *TheSection =
635 OutStreamer.SwitchSection(TheSection);
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 394 const MCSection *TheSection =
397 OutStreamer.EmitZerofill(TheSection, GVSym, Size, Align);
423 const MCSection *TheSection =
434 OutStreamer.EmitZerofill(TheSection, GVSym, Size, 1 << AlignLog);
454 TheSection = getObjFileLowering().getTLSBSSSection();
455 OutStreamer.EmitTBSSSymbol(TheSection, MangSym, Size, 1 << AlignLog);
457 OutStreamer.SwitchSection(TheSection);
490 OutStreamer.SwitchSection(TheSection);
    [all...]

Completed in 168 milliseconds