/external/llvm/lib/MC/ |
D | WinCOFFStreamer.cpp | 66 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections() 69 SwitchSection(getContext().getObjectFileInfo()->getDataSection()); in InitSections() 72 SwitchSection(getContext().getObjectFileInfo()->getBSSSection()); in InitSections() 75 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections() 166 if (getContext().getObjectFileInfo()->getTargetTriple().getArch() != in EmitCOFFSafeSEH() 174 MCSection *SXData = getContext().getObjectFileInfo()->getSXDataSection(); in EmitCOFFSafeSEH() 210 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple(); in EmitCommonSymbol() 226 const MCObjectFileInfo *MFI = getContext().getObjectFileInfo(); in EmitCommonSymbol() 242 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in EmitLocalCommonSymbol()
|
D | MCDwarf.cpp | 172 MCOS->SwitchSection(Ctx.getObjectFileInfo()->getDwarfLineSection()); in EmitDwarfLineTable() 194 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in Emit() 514 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev() 573 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in EmitGenDwarfAranges() 645 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in EmitGenDwarfInfo() 810 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection()); in EmitGenDwarfRanges() 869 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in Emit() 874 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in Emit() 880 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection()); in Emit() 889 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in Emit() [all …]
|
D | MCStreamer.cpp | 232 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections() 525 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection() 543 getContext().getObjectFileInfo()->getPDataSection(), in getAssociatedPDataSection() 549 getContext().getObjectFileInfo()->getXDataSection(), in getAssociatedXDataSection()
|
D | MCMachOStreamer.cpp | 409 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(), in EmitLocalCommonSymbol() 503 const Triple &TT = Context.getObjectFileInfo()->getTargetTriple(); in createMachOStreamer()
|
D | MCELFStreamer.cpp | 91 SwitchSection(Ctx.getObjectFileInfo()->getTextSection()); in InitSections()
|
D | MCAsmStreamer.cpp | 1608 SwitchSection(getContext().getObjectFileInfo()->getDwarfLineSection()); in FinishImpl()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCDwarf.cpp | 200 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in EmitDwarfLineTable() 213 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in Emit() 693 const MCObjectFileInfo *MOFI = Context.getObjectFileInfo(); in EmitCompactUnwind() 772 const MCObjectFileInfo *MOFI = context.getObjectFileInfo(); in EmitCIE() 895 const MCObjectFileInfo *MOFI = context.getObjectFileInfo(); in EmitFDE() 1014 const_cast<MCObjectFileInfo*>(Context.getObjectFileInfo()); in Emit()
|
D | MCWin64EH.cpp | 227 return context.getObjectFileInfo()->getXDataSection(); in getWin64EHTableSection() 239 return context.getObjectFileInfo()->getPDataSection(); in getWin64EHFuncTableSection()
|
D | MCAsmStreamer.cpp | 1013 return context.getObjectFileInfo()->getXDataSection(); in getWin64EHTableSection()
|
/external/llvm/lib/CodeGen/ |
D | FaultMaps.cpp | 56 OutContext.getObjectFileInfo()->getFaultMapSection(); in serializeToFaultMapSection()
|
D | StackMaps.cpp | 535 OutContext.getObjectFileInfo()->getStackMapSection(); in serializeToStackMapSection()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCContext.h | 126 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } in getObjectFileInfo() function
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 721 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitRangesEntries() 773 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfARangesSection()); in emitUnitRangesEntries() 815 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitUnitRangesEntries() 842 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLocSection()); in emitLocationsForUnit() 889 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in emitLineTableForUnit() 1068 emitPubSectionForUnit(MC->getObjectFileInfo()->getDwarfPubNamesSection(), in emitPubNamesForUnit() 1074 emitPubSectionForUnit(MC->getObjectFileInfo()->getDwarfPubTypesSection(), in emitPubTypesForUnit() 1080 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfFrameSection()); in emitCIE() 1091 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfFrameSection()); in emitFDE()
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 622 Triple TT = getParser().getContext().getObjectFileInfo()->getTargetTriple(); in parseDirectiveSection() 967 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple(); in parseVersionMin()
|
D | COFFAsmParser.cpp | 388 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple(); in ParseDirectiveSection()
|
D | AsmParser.cpp | 573 switch (Ctx.getObjectFileInfo()->getObjectFileType()) { in AsmParser()
|
/external/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.cpp | 677 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent()); in EmitStartOfAsmFile() 1029 OutStreamer->SwitchSection(OutContext.getObjectFileInfo()->getTextSection()); in EmitEndOfAsmFile()
|
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 251 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } in getObjectFileInfo() function
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 671 Pic = MCA.getContext().getObjectFileInfo()->isPositionIndependent(); in MipsTargetELFStreamer() 745 const MCObjectFileInfo &OFI = *MCA.getContext().getObjectFileInfo(); in finish()
|
/external/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 902 if (isCall && getContext().getObjectFileInfo()->isPositionIndependent()) in parseSparcAsmOperand() 1223 if (getContext().getObjectFileInfo()->isPositionIndependent()) { in adjustPICRelocation()
|
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 466 const auto &MCOFI = *Out.getContext().getObjectFileInfo(); in write()
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 5344 switch (getContext().getObjectFileInfo()->getObjectFileType()) { in parsePrefix() 8952 getContext().getObjectFileInfo()->getObjectFileType(); in ParseDirective() 9119 const auto Format = getContext().getObjectFileInfo()->getObjectFileType(); in parseDirectiveThumbFunc()
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 4157 getContext().getObjectFileInfo()->getObjectFileType(); in ParseDirective()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 430 IsPicEnabled = getContext().getObjectFileInfo()->isPositionIndependent(); in MipsAsmParser()
|