Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DAMDGPU.cpp204 void AMDGPUTargetInfo::adjustTargetOptions(const CodeGenOptions &CGOpts, in adjustTargetOptions() function in AMDGPUTargetInfo
H A DAMDGPU.h213 void adjustTargetOptions(const CodeGenOptions &CGOpts,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h1009 virtual void adjustTargetOptions(const CodeGenOptions &CGOpts, in adjustTargetOptions() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp930 getTarget().adjustTargetOptions(getCodeGenOpts(), getTargetOpts()); in ExecuteAction()