Searched refs:getTargetOptions (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h152 const MCTargetOptions &getTargetOptions() const { return TargetOptions; } function in class:llvm::RISCVAsmBackend
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h365 MCTargetOptions getTargetOptions() const { return MCOptions; } function in class:llvm::MCTargetAsmParser
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h113 std::shared_ptr<clang::TargetOptions> &getTargetOptions();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp767 if(getTargetParser().getTargetOptions().MCNoWarn)
769 if (getTargetParser().getTargetOptions().MCFatalWarnings)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp726 std::shared_ptr<clang::TargetOptions> &ClangASTContext::getTargetOptions() { function in class:ClangASTContext
739 getASTContext().getDiagnostics(), getTargetOptions()));

Completed in 156 milliseconds