Home
last modified time | relevance | path

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

/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() { getTargetOpts() function
356 const TargetOptions &getTargetOpts() const { getTargetOpts() function
/llvm-project/flang/include/flang/Frontend/
H A DCompilerInvocation.h154 TargetOptions &getTargetOpts() { return targetOpts; } getTargetOpts() function
155 const TargetOptions &getTargetOpts() const { return targetOpts; } getTargetOpts() function
/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h312 TargetOptions &getTargetOpts() const { getTargetOpts() function
[all...]