Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCompilerInvocation.h80 TargetOptions &getTargetOpts() { return *TargetOpts.get(); } in getTargetOpts() function
81 const TargetOptions &getTargetOpts() const { in getTargetOpts() function
DCompilerInstance.h315 TargetOptions &getTargetOpts() { in getTargetOpts() function
318 const TargetOptions &getTargetOpts() const { in getTargetOpts() function
/external/clang/include/clang/Basic/
DTargetInfo.h118 TargetOptions &getTargetOpts() const { in getTargetOpts() function