Home
last modified time | relevance | path

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

/llvm-project/lldb/packages/Python/lldbsuite/test/builders/
H A Ddarwin.py68 def getTriple(self, arch): member in BuilderDarwin
H A Dbuilder.py24 def getTriple(self, arch): global() member in Builder
/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
/llvm-project/llvm/tools/dsymutil/
H A DRelocationMap.h111 const Triple &getTriple() const { return BinaryTriple; } in getTriple() function
H A DDebugMap.h116 const Triple &getTriple() const { return BinaryTriple; } getTriple() function
/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordsSlice.h32 const llvm::Triple &getTriple() const { return TargetTriple; } in getTriple() function
/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.h227 const llvm::Triple &getTriple() const { return GCCTriple; } getTriple() function
/llvm-project/clang/include/clang/Driver/
H A DToolChain.h255 const llvm::Triple &getTriple() const { return Triple; } getTriple() function
/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h772 const llvm::Triple &getTriple() const { return Target.getTriple(); } getTriple() function
/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h442 const std::string &getTriple() const { return Data; } getTriple() function
/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1256 const llvm::Triple &getTriple() const { getTriple() function
[all...]