HomeSort by: relevance | last modified time | path
    Searched refs:TheSection (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 577 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM);
582 TheSection->isVirtualSection()) {
587 OutStreamer->emitZerofill(TheSection, GVSym, Size, Alignment.value());
594 getObjFileLowering().getBSSSection() == TheSection) {
636 TheSection = getObjFileLowering().getTLSBSSSection();
637 OutStreamer->emitTBSSSymbol(TheSection, MangSym, Size, Alignment.value());
639 OutStreamer->SwitchSection(TheSection);
674 OutStreamer->SwitchSection(TheSection);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 1480 const MCSection *TheSection = SectionForGlobal(GO, GOKind, TM);
1482 !canUsePrivateLabel(*TM.getMCAsmInfo(), *TheSection);

Completed in 27 milliseconds