Home
last modified time | relevance | path

Searched defs:getTargetOpts (Results 1 – 6 of 6) 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/llvm-project/clang/include/clang/Frontend/
DCompilerInvocation.h89 TargetOptions &getTargetOpts() { return *TargetOpts.get(); } in getTargetOpts() function
90 const TargetOptions &getTargetOpts() const { return *TargetOpts.get(); } in getTargetOpts() function
DCompilerInstance.h323 TargetOptions &getTargetOpts() { in getTargetOpts() function
326 const TargetOptions &getTargetOpts() const { in getTargetOpts() function
/external/clang/include/clang/Basic/
DTargetInfo.h118 TargetOptions &getTargetOpts() const { in getTargetOpts() function
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h245 TargetOptions &getTargetOpts() const { in getTargetOpts() function