class RegisterEffectiveTriple

Declaration

class RegisterEffectiveTriple { /* full declaration omitted */ };

Description

Set a ToolChain's effective triple. Reset it when the registration object is destroyed.

Declared at: clang/include/clang/Driver/ToolChain.h:765

Member Variables

private const clang::driver::ToolChain& TC

Method Overview

Methods

RegisterEffectiveTriple(
    const clang::driver::ToolChain& TC,
    llvm::Triple T)

Declared at: clang/include/clang/Driver/ToolChain.h:769

Parameters

const clang::driver::ToolChain& TC
llvm::Triple T

~RegisterEffectiveTriple()

Declared at: clang/include/clang/Driver/ToolChain.h:773