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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInvocation.h77 TargetOptions &getTargetOpts() { return *TargetOpts.getPtr(); } function in class:clang::CompilerInvocationBase
78 const TargetOptions &getTargetOpts() const { function in class:clang::CompilerInvocationBase
H A DCompilerInstance.h273 TargetOptions &getTargetOpts() { function in class:clang::CompilerInstance
276 const TargetOptions &getTargetOpts() const { function in class:clang::CompilerInstance
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h103 TargetOptions &getTargetOpts() const { function in class:clang::TargetInfo

Completed in 161 milliseconds