HomeSort by relevance Sort by last modified time
    Searched defs:GenerateUniqueName (Results 1 - 8 of 8) sorted by null

  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 632 std::string GenerateUniqueName(const char *root)
645 return GenerateUniqueName("anon_func_");
857 std::string ModName = GenerateUniqueName("mcjit_module_");
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 651 std::string GenerateUniqueName(const char *root)
664 return GenerateUniqueName("anon_func_");
925 std::string ModName = GenerateUniqueName("mcjit_module_");
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 609 std::string GenerateUniqueName(const char *root)
622 return GenerateUniqueName("anon_func_");
758 std::string ModName = GenerateUniqueName("mcjit_module_");
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp 611 std::string GenerateUniqueName(const char *root)
624 return GenerateUniqueName("anon_func_");
768 std::string ModName = GenerateUniqueName("mcjit_module_");
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
toy.cpp 651 std::string GenerateUniqueName(const std::string &Root) {
716 M(new Module(GenerateUniqueName("jit_module_"),
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/initial/
toy.cpp 650 std::string GenerateUniqueName(const std::string &Root) {
715 M(new Module(GenerateUniqueName("jit_module_"),
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
toy.cpp 650 std::string GenerateUniqueName(const std::string &Root) {
715 M(new Module(GenerateUniqueName("jit_module_"),
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
toy.cpp 650 std::string GenerateUniqueName(const std::string &Root) {
715 M(new Module(GenerateUniqueName("jit_module_"),
    [all...]

Completed in 946 milliseconds