Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h102 TargetOptions &getTargetOpts() { return *TargetOpts.get(); } in getTargetOpts() function
103 const TargetOptions &getTargetOpts() const { return *TargetOpts.get(); } in getTargetOpts() function
H A DCompilerInstance.h319 TargetOptions &getTargetOpts() { in getTargetOpts() function
322 const TargetOptions &getTargetOpts() const { in getTargetOpts() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h258 TargetOptions &getTargetOpts() const { in getTargetOpts() function