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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInvocation.h79 TargetOptions &getTargetOpts() { return *TargetOpts.get(); } function in class:clang::CompilerInvocationBase
80 const TargetOptions &getTargetOpts() const { function in class:clang::CompilerInvocationBase
H A DCompilerInstance.h315 TargetOptions &getTargetOpts() { function in class:clang::CompilerInstance
318 const TargetOptions &getTargetOpts() const { function in class:clang::CompilerInstance
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h111 TargetOptions &getTargetOpts() const { function in class:clang::TargetInfo

Completed in 105 milliseconds