Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchELFStreamer.cpp31 MAB.getTargetOptions().getABIName())); in LoongArchTargetELFStreamer()
H A DLoongArchAsmBackend.h87 const MCTargetOptions &getTargetOptions() const { return TargetOptions; } in getTargetOptions() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp210 if (!Ctx.getTargetOptions()->X86RelaxRelocations) in getRelocType64()
262 if (!Ctx.getTargetOptions()->X86RelaxRelocations) in getRelocType32()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp37 if (Context.getTargetOptions() && Context.getTargetOptions()->MCRelaxAll) in MCObjectStreamer()
126 if (getContext().getTargetOptions()) in reset()
127 Assembler->setRelaxAll(getContext().getTargetOptions()->MCRelaxAll); in reset()
H A DELFObjectWriter.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()
H A DMCWinCOFFStreamer.cpp51 auto *TO = Context.getTargetOptions(); in MCWinCOFFStreamer()
H A DMCAsmStreamer.cpp90 auto *TO = Context.getTargetOptions(); in MCAsmStreamer()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h102 const MCTargetOptions &getTargetOptions() const { return TargetOptions; } in getTargetOptions() function
H A DRISCVELFStreamer.cpp39 MAB.getTargetOptions().getABIName())); in RISCVTargetELFStreamer()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h407 MCTargetOptions getTargetOptions() const { return MCOptions; } in getTargetOptions() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h420 const MCTargetOptions *getTargetOptions() const { return TargetOptions; } in getTargetOptions() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h169 std::shared_ptr<clang::TargetOptions> &getTargetOptions();
H A DTypeSystemClang.cpp719 std::shared_ptr<clang::TargetOptions> &TypeSystemClang::getTargetOptions() { in getTargetOptions() function in TypeSystemClang
732 getASTContext().getDiagnostics(), getTargetOptions())); in getTargetInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp567 Ctx.getTargetOptions()->X86RelaxRelocations; in LowerTlsAddr()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp849 if(getTargetParser().getTargetOptions().MCNoWarn) in Warning()
851 if (getTargetParser().getTargetOptions().MCFatalWarnings) in Warning()
H A DMasmParser.cpp1149 if (getTargetParser().getTargetOptions().MCNoWarn) in Warning()
1151 if (getTargetParser().getTargetOptions().MCFatalWarnings) in Warning()