Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h132 const TargetOptions &getTargetOpts() const { return *TargetOpts; } in getTargetOpts() function
250 TargetOptions &getTargetOpts() { return *TargetOpts; } in getTargetOpts() function
H A DCompilerInstance.h353 TargetOptions &getTargetOpts() { in getTargetOpts() function
356 const TargetOptions &getTargetOpts() const { in getTargetOpts() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h312 TargetOptions &getTargetOpts() const { in getTargetOpts() function