Home
last modified time | relevance | path

Searched refs:getObjectFileInfo (Results 1 – 25 of 47) sorted by relevance

12

/external/llvm/lib/MC/
DWinCOFFStreamer.cpp66 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()
DMCDwarf.cpp172 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 …]
DMCStreamer.cpp232 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()
DMCMachOStreamer.cpp409 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(), in EmitLocalCommonSymbol()
503 const Triple &TT = Context.getObjectFileInfo()->getTargetTriple(); in createMachOStreamer()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCWinCOFFStreamer.cpp74 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections()
77 SwitchSection(getContext().getObjectFileInfo()->getDataSection()); in InitSections()
80 SwitchSection(getContext().getObjectFileInfo()->getBSSSection()); in InitSections()
83 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections()
173 if (getContext().getObjectFileInfo()->getTargetTriple().getArch() != in EmitCOFFSafeSEH()
181 MCSection *SXData = getContext().getObjectFileInfo()->getSXDataSection(); in EmitCOFFSafeSEH()
258 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple(); in EmitCommonSymbol()
274 const MCObjectFileInfo *MFI = getContext().getObjectFileInfo(); in EmitCommonSymbol()
290 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in EmitLocalCommonSymbol()
DMCDwarf.cpp62 Ctx.getObjectFileInfo()->getDwarfLineStrSection()->getBeginSymbol(); in MCDwarfLineStr()
223 MCOS->SwitchSection(Ctx.getObjectFileInfo()->getDwarfLineSection()); in EmitDwarfLineTable()
250 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in Emit()
314 MCOS->getContext().getObjectFileInfo()->getDwarfLineStrSection()); in emitSection()
468 if (context.getObjectFileInfo()->getTargetTriple().isOSDarwin()) in Emit()
795 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev()
854 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in EmitGenDwarfAranges()
925 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in EmitGenDwarfInfo()
1094 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection()); in EmitGenDwarfRanges()
1153 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in Emit()
[all …]
DMCStreamer.cpp59 Streamer.getContext().getObjectFileInfo()->getTargetTriple(), OS, in changeSection()
310 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections()
672 if (TextSec == Context.getObjectFileInfo()->getTextSection()) in getWinCFISection()
705 getContext().getObjectFileInfo()->getPDataSection(), in getAssociatedPDataSection()
711 getContext().getObjectFileInfo()->getXDataSection(), in getAssociatedXDataSection()
DMCMachOStreamer.cpp412 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(), in EmitLocalCommonSymbol()
509 const Triple &Target = Context.getObjectFileInfo()->getTargetTriple(); in createMachOStreamer()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfStreamer.cpp276 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitRangesEntries()
328 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfARangesSection()); in emitUnitRangesEntries()
370 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in emitUnitRangesEntries()
397 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLocSection()); in emitLocationsForUnit()
442 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in emitLineTableForUnit()
591 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLineSection()); in copyInvariantDebugSection()
594 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfLocSection()); in copyInvariantDebugSection()
597 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfRangesSection()); in copyInvariantDebugSection()
600 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfFrameSection()); in copyInvariantDebugSection()
603 MS->SwitchSection(MC->getObjectFileInfo()->getDwarfARangesSection()); in copyInvariantDebugSection()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DWinCFGuard.cpp42 OS.SwitchSection(Asm->OutContext.getObjectFileInfo()->getGFIDsSection()); in endModule()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCDwarf.cpp200 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()
DMCWin64EH.cpp227 return context.getObjectFileInfo()->getXDataSection(); in getWin64EHTableSection()
239 return context.getObjectFileInfo()->getPDataSection(); in getWin64EHFuncTableSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXTargetStreamer.cpp78 const MCObjectFileInfo *FI = getStreamer().getContext().getObjectFileInfo(); in changeSection()
/external/llvm/lib/CodeGen/
DFaultMaps.cpp56 OutContext.getObjectFileInfo()->getFaultMapSection(); in serializeToFaultMapSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DFaultMaps.cpp59 OutContext.getObjectFileInfo()->getFaultMapSection(); in serializeToFaultMapSection()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCContext.h126 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } in getObjectFileInfo() function
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp721 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/
DDarwinAsmParser.cpp622 Triple TT = getParser().getContext().getObjectFileInfo()->getTargetTriple(); in parseDirectiveSection()
967 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple(); in parseVersionMin()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp696 Triple TT = getParser().getContext().getObjectFileInfo()->getTargetTriple(); in parseDirectiveSection()
1045 const Triple &Target = getContext().getObjectFileInfo()->getTargetTriple(); in checkVersion()
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp677 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent()); in EmitStartOfAsmFile()
1029 OutStreamer->SwitchSection(OutContext.getObjectFileInfo()->getTextSection()); in EmitEndOfAsmFile()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp732 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent()); in EmitStartOfAsmFile()
1087 OutStreamer->SwitchSection(OutContext.getObjectFileInfo()->getTextSection()); in EmitEndOfAsmFile()
/external/llvm/include/llvm/MC/
DMCContext.h251 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } in getObjectFileInfo() function
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp671 Pic = MCA.getContext().getObjectFileInfo()->isPositionIndependent(); in MipsTargetELFStreamer()
745 const MCObjectFileInfo &OFI = *MCA.getContext().getObjectFileInfo(); in finish()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp776 Pic = MCA.getContext().getObjectFileInfo()->isPositionIndependent(); in MipsTargetELFStreamer()
856 const MCObjectFileInfo &OFI = *MCA.getContext().getObjectFileInfo(); in finish()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCContext.h297 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } in getObjectFileInfo() function

12