Searched defs:getTriple (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.h219 const llvm::Triple &getTriple() const { return GCCTriple; } function in class:clang::driver::toolchains::Generic_GCC::GCCInstallationDetector
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h201 const llvm::Triple &getTriple() const { return Triple; } function in class:clang::driver::ToolChain
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h687 const llvm::Triple &getTriple() const { return Target.getTriple(); } function in class:clang::CodeGen::CodeGenModule
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h368 const std::string &getTriple() const { return Data; } function in class:llvm::Triple
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h994 const llvm::Triple &getTriple() const { function in class:clang::TargetInfo

Completed in 443 milliseconds