Home
last modified time | relevance | path

Searched refs:getTargetOptions (Results 1 – 16 of 16) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
HDLoongArchELFStreamer.cpp31 MAB.getTargetOptions().getABIName())); in LoongArchTargetELFStreamer()
HDLoongArchAsmBackend.h87 const MCTargetOptions &getTargetOptions() const { return TargetOptions; } in getTargetOptions() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
HDX86ELFObjectWriter.cpp210 if (!Ctx.getTargetOptions()->X86RelaxRelocations) in getRelocType64()
262 if (!Ctx.getTargetOptions()->X86RelaxRelocations) in getRelocType32()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
HDRISCVAsmBackend.h102 const MCTargetOptions &getTargetOptions() const { return TargetOptions; } in getTargetOptions() function
HDRISCVELFStreamer.cpp39 MAB.getTargetOptions().getABIName())); in RISCVTargetELFStreamer()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCObjectStreamer.cpp37 if (Context.getTargetOptions() && Context.getTargetOptions()->MCRelaxAll) in MCObjectStreamer()
126 if (getContext().getTargetOptions()) in reset()
127 Assembler->setRelaxAll(getContext().getTargetOptions()->MCRelaxAll); in reset()
HDELFObjectWriter.cpp686 const MCTargetOptions *TO = Ctx.getTargetOptions(); in createRelocationSection()
738 Ctx.getTargetOptions() ? Ctx.getTargetOptions()->CompressDebugSections in writeSectionData()
809 const MCTargetOptions *TO = Asm.getContext().getTargetOptions(); in writeRelocations()
1345 const MCTargetOptions *TO = Ctx.getTargetOptions(); in recordRelocation()
HDMCWinCOFFStreamer.cpp51 auto *TO = Context.getTargetOptions(); in MCWinCOFFStreamer()
HDMCAsmStreamer.cpp90 auto *TO = Context.getTargetOptions(); in MCAsmStreamer()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
HDMCTargetAsmParser.h407 MCTargetOptions getTargetOptions() const { return MCOptions; } in getTargetOptions() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCContext.h420 const MCTargetOptions *getTargetOptions() const { return TargetOptions; } in getTargetOptions() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.h169 std::shared_ptr<clang::TargetOptions> &getTargetOptions();
HDTypeSystemClang.cpp719 std::shared_ptr<clang::TargetOptions> &TypeSystemClang::getTargetOptions() { in getTargetOptions() function in TypeSystemClang
732 getASTContext().getDiagnostics(), getTargetOptions())); in getTargetInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86MCInstLower.cpp567 Ctx.getTargetOptions()->X86RelaxRelocations; in LowerTlsAddr()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDAsmParser.cpp849 if(getTargetParser().getTargetOptions().MCNoWarn) in Warning()
851 if (getTargetParser().getTargetOptions().MCFatalWarnings) in Warning()
HDMasmParser.cpp1149 if (getTargetParser().getTargetOptions().MCNoWarn) in Warning()
1151 if (getTargetParser().getTargetOptions().MCFatalWarnings) in Warning()