Home
last modified time | relevance | path

Searched defs:getTriple (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachOUniversal.h95 Triple getTriple() const { in getTriple() function
H A DOffloadBinary.h92 StringRef getTriple() const { return getString("triple"); } in getTriple() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordsSlice.h32 const llvm::Triple &getTriple() const { return TargetTriple; } in getTriple() function
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.h227 const llvm::Triple &getTriple() const { return GCCTriple; } in getTriple() function
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h247 const llvm::Triple &getTriple() const { return Triple; } in getTriple() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h425 const std::string &getTriple() const { return Data; } in getTriple() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h755 const llvm::Triple &getTriple() const { return Target.getTriple(); } in getTriple() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1217 const llvm::Triple &getTriple() const { in getTriple() function