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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachOUniversal.h95 Triple getTriple() const { function in class:llvm::object::MachOUniversalBinary::ObjectForArch
H A DOffloadBinary.h92 StringRef getTriple() const { return getString("triple"); } function in class:llvm::object::OffloadBinary
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordsSlice.h32 const llvm::Triple &getTriple() const { return TargetTriple; } function in class:llvm::MachO::RecordsSlice
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.h227 const llvm::Triple &getTriple() const { return GCCTriple; } function in class:clang::driver::toolchains::Generic_GCC::GCCInstallationDetector
/freebsd-current/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h247 const llvm::Triple &getTriple() const { return Triple; } function in class:clang::driver::ToolChain
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h755 const llvm::Triple &getTriple() const { return Target.getTriple(); } function in class:clang::CodeGen::CodeGenModule
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1217 const llvm::Triple &getTriple() const { function in class:clang::TargetInfo
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h425 const std::string &getTriple() const { return Data; } function in class:llvm::Triple

Completed in 219 milliseconds