Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
HDRISCVAsmBackend.h102 const MCTargetOptions &getTargetOptions() const { return TargetOptions; } in getTargetOptions() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
HDLoongArchAsmBackend.h87 const MCTargetOptions &getTargetOptions() const { return TargetOptions; } in getTargetOptions() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
HDMCTargetAsmParser.h407 MCTargetOptions getTargetOptions() const { return MCOptions; } in getTargetOptions() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCContext.h420 const MCTargetOptions *getTargetOptions() const { return TargetOptions; } in getTargetOptions() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp719 std::shared_ptr<clang::TargetOptions> &TypeSystemClang::getTargetOptions() { in getTargetOptions() function in TypeSystemClang