Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h1162 virtual void adjustTargetOptions(const CodeGenOptions &CGOpts, in adjustTargetOptions() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp148 getTarget().adjustTargetOptions(getCodeGenOpts(), getTargetOpts()); in createTarget()