Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1168 virtual void adjustTargetOptions(const CodeGenOptions &CGOpts, in adjustTargetOptions() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp148 getTarget().adjustTargetOptions(getCodeGenOpts(), getTargetOpts()); in createTarget()