|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/AsmPrinter/AsmPrinter.cpp 1377 OutContext.getObjectFileInfo()->getRemarksSection();
lib/CodeGen/AsmPrinter/WinCFGuard.cpp 53 OS.SwitchSection(Asm->OutContext.getObjectFileInfo()->getGFIDsSection());
58 OS.SwitchSection(Asm->OutContext.getObjectFileInfo()->getGLJMPSection());
lib/CodeGen/FaultMaps.cpp 58 OutContext.getObjectFileInfo()->getFaultMapSection();
lib/CodeGen/StackMaps.cpp 563 OutContext.getObjectFileInfo()->getStackMapSection();
lib/MC/MCAsmStreamer.cpp 450 *MAI, getContext().getObjectFileInfo()->getTargetTriple(), OS,
2019 SwitchSection(getContext().getObjectFileInfo()->getDwarfLineSection());
lib/MC/MCDwarf.cpp 61 Ctx.getObjectFileInfo()->getDwarfLineStrSection()->getBeginSymbol();
222 MCOS->SwitchSection(Ctx.getObjectFileInfo()->getDwarfLineSection());
249 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection());
313 MCOS->getContext().getObjectFileInfo()->getDwarfLineStrSection());
801 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
860 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection());
931 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection());
1106 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection());
1165 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection());
1170 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection());
1176 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection());
1185 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection());
1484 const MCObjectFileInfo *MOFI = Context.getObjectFileInfo();
1563 const MCObjectFileInfo *MOFI = context.getObjectFileInfo();
1683 const MCObjectFileInfo *MOFI = context.getObjectFileInfo();
1826 const MCObjectFileInfo *MOFI = Context.getObjectFileInfo();
lib/MC/MCELFStreamer.cpp 92 SwitchSection(Ctx.getObjectFileInfo()->getTextSection());
lib/MC/MCMachOStreamer.cpp 418 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(),
515 const Triple &Target = Context.getObjectFileInfo()->getTargetTriple();
516 S->EmitVersionForTarget(Target, Context.getObjectFileInfo()->getSDKVersion());
lib/MC/MCParser/AsmParser.cpp 717 switch (Ctx.getObjectFileInfo()->getObjectFileType()) {
lib/MC/MCParser/COFFAsmParser.cpp 398 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple();
lib/MC/MCParser/DarwinAsmParser.cpp 700 Triple TT = getParser().getContext().getObjectFileInfo()->getTargetTriple();
1095 const Triple &Target = getContext().getObjectFileInfo()->getTargetTriple();
lib/MC/MCStreamer.cpp 61 Streamer.getContext().getObjectFileInfo()->getTargetTriple(), OS,
388 SwitchSection(getContext().getObjectFileInfo()->getTextSection());
770 if (TextSec == Context.getObjectFileInfo()->getTextSection())
803 getContext().getObjectFileInfo()->getPDataSection(),
809 getContext().getObjectFileInfo()->getXDataSection(),
lib/MC/MCWinCOFFStreamer.cpp 73 SwitchSection(getContext().getObjectFileInfo()->getTextSection());
76 SwitchSection(getContext().getObjectFileInfo()->getDataSection());
79 SwitchSection(getContext().getObjectFileInfo()->getBSSSection());
82 SwitchSection(getContext().getObjectFileInfo()->getTextSection());
184 if (getContext().getObjectFileInfo()->getTargetTriple().getArch() !=
192 MCSection *SXData = getContext().getObjectFileInfo()->getSXDataSection();
269 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple();
285 const MCObjectFileInfo *MFI = getContext().getObjectFileInfo();
301 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection();
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp 5018 getContext().getObjectFileInfo()->getObjectFileType();
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp 222 auto &ObjectFileInfo = *Context.getObjectFileInfo();
lib/Target/ARM/AsmParser/ARMAsmParser.cpp 6165 switch (getContext().getObjectFileInfo()->getObjectFileType()) {
10494 getContext().getObjectFileInfo()->getObjectFileType();
10634 const auto Format = getContext().getObjectFileInfo()->getObjectFileType();
lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp 257 static_cast<MCSectionELF *>(Ctx.getObjectFileInfo()->getTextSection());
lib/Target/Mips/AsmParser/MipsAsmParser.cpp 534 IsPicEnabled = getContext().getObjectFileInfo()->isPositionIndependent();
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp 814 Pic = MCA.getContext().getObjectFileInfo()->isPositionIndependent();
894 const MCObjectFileInfo &OFI = *MCA.getContext().getObjectFileInfo();
lib/Target/Mips/MipsAsmPrinter.cpp 773 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent());
1132 OutStreamer->SwitchSection(OutContext.getObjectFileInfo()->getTextSection());
lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp 88 const MCObjectFileInfo *FI = getStreamer().getContext().getObjectFileInfo();
lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp 1673 if (getContext().getObjectFileInfo()->isPositionIndependent()) {
lib/Target/Sparc/AsmParser/SparcAsmParser.cpp 946 if (getContext().getObjectFileInfo()->isPositionIndependent()) {
1268 if (getContext().getObjectFileInfo()->isPositionIndependent()) {
tools/clang/tools/driver/cc1as_main.cpp 487 if (Opts.EmbedBitcode && Ctx.getObjectFileInfo()->getObjectFileType() ==
tools/dsymutil/DwarfStreamer.cpp 277 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection());
329 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfARangesSection());
371 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection());
399 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLocSection());
461 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection());
604 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection());
695 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection());
699 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLocSection());
702 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection());
705 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfFrameSection());
708 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfARangesSection());
756 emitPubSectionForUnit(MC->getObjectFileInfo()->getDwarfPubNamesSection(),
762 emitPubSectionForUnit(MC->getObjectFileInfo()->getDwarfPubTypesSection(),
768 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfFrameSection());
779 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfFrameSection());
tools/llvm-dwp/llvm-dwp.cpp 506 const auto &MCOFI = *Out.getContext().getObjectFileInfo();