Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInvocation.h90 TargetOptions &getTargetOpts() { return *TargetOpts.get(); } in getTargetOpts() function
91 const TargetOptions &getTargetOpts() const { return *TargetOpts.get(); } in getTargetOpts() function
H A DCompilerInstance.h331 TargetOptions &getTargetOpts() { in getTargetOpts() function
334 const TargetOptions &getTargetOpts() const { in getTargetOpts() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h152 TargetOptions &getTargetOpts() const { in getTargetOpts() function