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

  /external/llvm/include/llvm-c/
lto.h 166 lto_module_set_target_triple(lto_module_t mod, const char *triple);
  /external/llvm/tools/lto/
lto.cpp 102 /// lto_module_set_target_triple - Sets triple string with which the object will
104 void lto_module_set_target_triple(lto_module_t mod, const char *triple) { function
  /external/llvm/tools/gold/
gold-plugin.cpp 282 lto_module_set_target_triple(M, options::triple.c_str());

Completed in 74 milliseconds