Searched refs:setAuxTarget (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DAMDGPU.cpp422 void AMDGPUTargetInfo::setAuxTarget(const TargetInfo *Aux) { function in class:AMDGPUTargetInfo
H A DAMDGPU.h401 void setAuxTarget(const TargetInfo *Aux) override;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h383 void setAuxTarget(TargetInfo *Value);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp98 void CompilerInstance::setAuxTarget(TargetInfo *Value) { AuxTarget = Value; } function in class:CompilerInstance
120 setAuxTarget(TargetInfo::CreateTargetInfo(getDiagnostics(), TO));
151 getTarget().setAuxTarget(Aux);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h1547 virtual void setAuxTarget(const TargetInfo *Aux) {}

Completed in 210 milliseconds