Home
last modified time | relevance | path

Searched defs:getTargetOptions (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
HDRISCVAsmBackend.h152 const MCTargetOptions &getTargetOptions() const { return TargetOptions; } in getTargetOptions() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
HDMCTargetAsmParser.h365 MCTargetOptions getTargetOptions() const { return MCOptions; } in getTargetOptions() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp726 std::shared_ptr<clang::TargetOptions> &ClangASTContext::getTargetOptions() { in getTargetOptions() function in ClangASTContext