Searched refs:getTargetOptions (Results 1 – 18 of 18) sorted by relevance
74 const MCTargetOptions &getTargetOptions() const { return TargetOptions; } in getTargetOptions() function
31 MAB.getTargetOptions().getABIName())); in LoongArchTargetELFStreamer()
85 const MCTargetOptions &getTargetOptions() const { return TargetOptions; } in getTargetOptions() function
35 MAB.getTargetOptions().getABIName())); in RISCVTargetELFStreamer()
37 if (Context.getTargetOptions() && Context.getTargetOptions()->MCRelaxAll) in MCObjectStreamer()115 if (getContext().getTargetOptions()) in reset()116 Assembler->setRelaxAll(getContext().getTargetOptions()->MCRelaxAll); in reset()
689 const MCTargetOptions *TO = Ctx.getTargetOptions(); in createRelocationSection()741 Ctx.getTargetOptions() ? Ctx.getTargetOptions()->CompressDebugSections in writeSectionData()813 const MCTargetOptions *TO = getContext().getTargetOptions(); in writeRelocations()1384 FixedValue = usesRela(Ctx.getTargetOptions(), Section) ? 0 : Addend; in recordRelocation()
129 auto *TO = Context.getTargetOptions(); in MCWinCOFFStreamer()
92 auto *TO = Context.getTargetOptions(); in MCAsmStreamer()
220 if (!getContext().getTargetOptions()->X86RelaxRelocations) in getRelocType64()272 if (!getContext().getTargetOptions()->X86RelaxRelocations) in getRelocType32()
67 auto *TO = Context.getTargetOptions(); in SystemZHLASMAsmStreamer()
390 MCTargetOptions getTargetOptions() const { return MCOptions; } in getTargetOptions() function
320 auto *TO = getContext().getTargetOptions(); in AArch64ELFStreamer()
420 const MCTargetOptions *getTargetOptions() const { return TargetOptions; } in getTargetOptions() function
171 std::shared_ptr<clang::TargetOptions> &getTargetOptions();
735 std::shared_ptr<clang::TargetOptions> &TypeSystemClang::getTargetOptions() { in getTargetOptions() function in TypeSystemClang748 getASTContext().getDiagnostics(), *getTargetOptions())); in getTargetInfo()
833 if(getTargetParser().getTargetOptions().MCNoWarn) in Warning()835 if (getTargetParser().getTargetOptions().MCFatalWarnings) in Warning()
1030 if (getTargetParser().getTargetOptions().MCNoWarn) in Warning()1032 if (getTargetParser().getTargetOptions().MCFatalWarnings) in Warning()
567 Ctx.getTargetOptions()->X86RelaxRelocations; in LowerTlsAddr()