Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h322 TargetOptions &getTargetOpts() { in getTargetOpts() function
325 const TargetOptions &getTargetOpts() const { in getTargetOpts() function
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h281 TargetOptions &getTargetOpts() const { in getTargetOpts() function