Searched refs:TheSection (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp559 const MCSection *TheSection = local
565 OutStreamer.SwitchSection(TheSection);
585 const MCSection *TheSection = local
589 OutStreamer.SwitchSection(TheSection);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp336 const MCSection *TheSection = local
339 OutStreamer.EmitZerofill(TheSection, GVSym, Size, Align);
365 const MCSection *TheSection = local
376 OutStreamer.EmitZerofill(TheSection, GVSym, Size, 1 << AlignLog);
396 TheSection = getObjFileLowering().getTLSBSSSection();
397 OutStreamer.EmitTBSSSymbol(TheSection, MangSym, Size, 1 << AlignLog);
399 OutStreamer.SwitchSection(TheSection);
432 OutStreamer.SwitchSection(TheSection);

Completed in 53 milliseconds