Home
last modified time | relevance | path

Searched refs:adjustTargetOptions (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h1229 virtual void adjustTargetOptions(const CodeGenOptions &CGOpts, in adjustTargetOptions() function
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp150 getTarget().adjustTargetOptions(getCodeGenOpts(), getTargetOpts()); in createTarget()