Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DWinCOFFStreamer.cpp68 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections()
71 SwitchSection(getContext().getObjectFileInfo()->getDataSection()); in InitSections()
74 SwitchSection(getContext().getObjectFileInfo()->getBSSSection()); in InitSections()
77 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections()
187 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple(); in EmitCommonSymbol()
205 const MCObjectFileInfo *MFI = getContext().getObjectFileInfo(); in EmitCommonSymbol()
222 const MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in EmitLocalCommonSymbol()
H A DMCWinEH.cpp64 cast<MCSectionCOFF>(Context.getObjectFileInfo()->getPDataSection()); in getPDataSection()
71 cast<MCSectionCOFF>(Context.getObjectFileInfo()->getXDataSection()); in getXDataSection()
H A DMCDwarf.cpp199 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in EmitDwarfLineTable()
220 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfLineSection()); in Emit()
520 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in EmitGenDwarfAbbrev()
575 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in EmitGenDwarfAranges()
647 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in EmitGenDwarfInfo()
812 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection()); in EmitGenDwarfRanges()
872 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfInfoSection()); in Emit()
877 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfAbbrevSection()); in Emit()
883 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfRangesSection()); in Emit()
892 MCOS->SwitchSection(context.getObjectFileInfo()->getDwarfARangesSection()); in Emit()
[all …]
H A DMCELFStreamer.cpp46 SwitchSection(Ctx.getObjectFileInfo()->getTextSection()); in InitSections()
49 SwitchSection(Ctx.getObjectFileInfo()->getDataSection()); in InitSections()
52 SwitchSection(Ctx.getObjectFileInfo()->getBSSSection()); in InitSections()
55 SwitchSection(Ctx.getObjectFileInfo()->getTextSection()); in InitSections()
H A DMCMachOStreamer.cpp363 return EmitZerofill(getContext().getObjectFileInfo()->getDataBSSSection(), in EmitLocalCommonSymbol()
H A DMCStreamer.cpp186 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections()
H A DMCAsmStreamer.cpp1310 SwitchSection(getContext().getObjectFileInfo()->getDwarfLineSection()); in FinishImpl()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp340 Pic = (MCA.getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_) in MipsTargetELFStreamer()
413 const MCObjectFileInfo &OFI = *MCA.getContext().getObjectFileInfo(); in finish()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h194 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } in getObjectFileInfo() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp698 getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_) in parseSparcAsmOperand()
889 bool isPIC = getContext().getObjectFileInfo()->getRelocM() == Reloc::PIC_; in matchSparcAsmModifiers()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DStackMaps.cpp520 OutContext.getObjectFileInfo()->getStackMapSection(); in serializeToStackMapSection()
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp387 const Triple &T = getContext().getObjectFileInfo()->getTargetTriple(); in ParseDirectiveSection()
H A DAsmParser.cpp503 switch (_Ctx.getObjectFileInfo()->getObjectFileType()) { in AsmParser()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp1035 OutStreamer.SwitchSection(OutContext.getObjectFileInfo()->getTextSection()); in EmitEndOfAsmFile()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp924 OutStreamer.SwitchSection(OutContext.getObjectFileInfo()->getTextSection()); in doFinalization()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5284 switch (getContext().getObjectFileInfo()->getObjectFileType()) { in parsePrefix()
8716 getContext().getObjectFileInfo()->getObjectFileType(); in ParseDirective()
8883 const auto Format = getContext().getObjectFileInfo()->getObjectFileType(); in parseDirectiveThumbFunc()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3935 getContext().getObjectFileInfo()->getObjectFileType(); in ParseDirective()