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

/external/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp535 const MCSection *TheSection = local
541 OutStreamer.SwitchSection(TheSection);
561 const MCSection *TheSection = local
565 OutStreamer.SwitchSection(TheSection);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp312 const MCSection *TheSection = local
315 OutStreamer.EmitZerofill(TheSection, GVSym, Size, Align);
341 const MCSection *TheSection = local
352 OutStreamer.EmitZerofill(TheSection, GVSym, Size, 1 << AlignLog);
372 TheSection = getObjFileLowering().getTLSBSSSection();
373 OutStreamer.EmitTBSSSymbol(TheSection, MangSym, Size, 1 << AlignLog);
375 OutStreamer.SwitchSection(TheSection);
408 OutStreamer.SwitchSection(TheSection);

Completed in 230 milliseconds