Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Driver/
H A DToolChain.h176 void setEffectiveTriple(llvm::Triple ET) const { in setEffectiveTriple() function
770 TC.setEffectiveTriple(std::move(T)); in RegisterEffectiveTriple()
773 ~RegisterEffectiveTriple() { TC.setEffectiveTriple(llvm::Triple()); } in ~RegisterEffectiveTriple()