Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachOUniversal.h95 Triple getTriple() const { in getTriple() function
H A DOffloadBinary.h91 StringRef getTriple() const { return getString("triple"); } 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/include/clang/Driver/
H A DToolChain.h255 const llvm::Triple &getTriple() const { return Triple; } in getTriple() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h448 const std::string &getTriple() const { return Data; } in getTriple() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h775 const llvm::Triple &getTriple() const { return Target.getTriple(); } in getTriple() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1256 const llvm::Triple &getTriple() const { in getTriple() function