HomeSort by relevance Sort by last modified time
    Searched refs:TripleStr (Results 1 - 18 of 18) sorted by null

  /external/clang/examples/clang-interpreter/
main.cpp 91 std::string TripleStr = llvm::sys::getProcessTriple();
92 llvm::Triple T(TripleStr);
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 320 TripleStr = MergedModule->getTargetTriple();
321 if (TripleStr.empty()) {
322 TripleStr = sys::getDefaultTargetTriple();
323 MergedModule->setTargetTriple(TripleStr);
325 llvm::Triple Triple(TripleStr);
329 MArch = TargetRegistry::lookupTarget(TripleStr, ErrMsg);
356 MArch->createTargetMachine(TripleStr, MCpu, FeatureStr, Options,
LTOModule.cpp 207 std::string TripleStr = M->getTargetTriple();
208 if (TripleStr.empty())
209 TripleStr = sys::getDefaultTargetTriple();
210 llvm::Triple Triple(TripleStr);
214 const Target *march = TargetRegistry::lookupTarget(TripleStr, errMsg);
234 march->createTargetMachine(TripleStr, CPU, FeatureStr, options, None);
  /external/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 226 std::string TripleStr;
  /external/llvm/lib/Target/
TargetMachineC.cpp 68 LLVMBool LLVMGetTargetFromTriple(const char* TripleStr, LLVMTargetRef *T,
72 *T = wrap(TargetRegistry::lookupTarget(TripleStr, Error));
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 235 std::string TripleStr;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 235 std::string TripleStr;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 235 std::string TripleStr;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 235 std::string TripleStr;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 235 std::string TripleStr;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 235 std::string TripleStr;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 235 std::string TripleStr;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 235 std::string TripleStr;
  /external/llvm/bindings/ocaml/target/
target_ocaml.c 160 value TripleStr = caml_copy_string(TripleCStr);
163 return TripleStr;
  /external/llvm/tools/gold/
gold-plugin.cpp 916 std::string TripleStr;
960 TripleStr = M->getTargetTriple();
961 Triple TheTriple(TripleStr);
964 TheTarget = TargetRegistry::lookupTarget(TripleStr, ErrMsg);
983 TripleStr, options::mcpu, FeaturesString, Options, RelocationModel,
    [all...]
  /external/clang/lib/Driver/
MSVCToolChain.cpp 669 std::string TripleStr =
671 llvm::Triple Triple(TripleStr);
676 return TripleStr;
ToolChains.cpp     [all...]
Tools.cpp     [all...]

Completed in 779 milliseconds