HomeSort by: relevance | last modified time | path
    Searched defs:getTriple (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/
compiler.py 234 def getTriple(self):
compiler.py 234 def getTriple(self):
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachOUniversal.h 96 Triple getTriple() const {
MachOUniversal.h 96 Triple getTriple() const {
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
DebugMap.h 115 const Triple &getTriple() const { return BinaryTriple; }
DebugMap.h 115 const Triple &getTriple() const { return BinaryTriple; }
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Gnu.h 227 const llvm::Triple &getTriple() const { return GCCTriple; }
317 bool isTarget64Bit() const { return getTriple().isArch64Bit(); }
320 bool isTarget32Bit() const { return getTriple().isArch32Bit(); }
Gnu.h 227 const llvm::Triple &getTriple() const { return GCCTriple; }
317 bool isTarget64Bit() const { return getTriple().isArch64Bit(); }
320 bool isTarget32Bit() const { return getTriple().isArch32Bit(); }
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
ToolChain.h 216 const llvm::Triple &getTriple() const { return Triple; }
240 return Triple.getTriple();
245 assert(!EffectiveTriple.getTriple().empty() && "No effective triple");
ToolChain.h 216 const llvm::Triple &getTriple() const { return Triple; }
240 return Triple.getTriple();
245 assert(!EffectiveTriple.getTriple().empty() && "No effective triple");
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.h 715 const llvm::Triple &getTriple() const { return Target.getTriple(); }
CodeGenModule.h 715 const llvm::Triple &getTriple() const { return Target.getTriple(); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 378 const std::string &getTriple() const { return Data; }
Triple.h 378 const std::string &getTriple() const { return Data; }
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 1104 const llvm::Triple &getTriple() const {
1141 return getTriple().isWindowsMSVCEnvironment() ||
1142 getTriple().isWindowsItaniumEnvironment() || getTriple().isPS4CPU();
1147 return getTriple().isPS4CPU() ||
1150 (getTriple().isWindowsItaniumEnvironment() &&
1151 getTriple().getVendor() == llvm::Triple::SCEI);
1285 bool supportsMultiVersioning() const { return getTriple().isX86(); }
1288 bool supportsIFunc() const { return getTriple().isOSBinFormatELF(); }
1351 return getTriple().isOSWindows() &
    [all...]
TargetInfo.h 1104 const llvm::Triple &getTriple() const {
1141 return getTriple().isWindowsMSVCEnvironment() ||
1142 getTriple().isWindowsItaniumEnvironment() || getTriple().isPS4CPU();
1147 return getTriple().isPS4CPU() ||
1150 (getTriple().isWindowsItaniumEnvironment() &&
1151 getTriple().getVendor() == llvm::Triple::SCEI);
1285 bool supportsMultiVersioning() const { return getTriple().isX86(); }
1288 bool supportsIFunc() const { return getTriple().isOSBinFormatELF(); }
1351 return getTriple().isOSWindows() &
    [all...]

Completed in 126 milliseconds