Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCompilerInvocation.h79 TargetOptions &getTargetOpts() { return *TargetOpts.get(); } in getTargetOpts() function
80 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.h111 TargetOptions &getTargetOpts() const { in getTargetOpts() function