Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInvocation.h107 TargetOptions &getTargetOpts() { return *TargetOpts.get(); } in getTargetOpts() function
108 const TargetOptions &getTargetOpts() const { return *TargetOpts.get(); } in getTargetOpts() function
H A DCompilerInstance.h320 TargetOptions &getTargetOpts() { in getTargetOpts() function
323 const TargetOptions &getTargetOpts() const { in getTargetOpts() function
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DCompilerInvocation.h133 TargetOptions &getTargetOpts() { return targetOpts; } in getTargetOpts() function
134 const TargetOptions &getTargetOpts() const { return targetOpts; } in getTargetOpts() function
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h266 TargetOptions &getTargetOpts() const { in getTargetOpts() function