Home
last modified time | relevance | path

Searched defs:GenerateUniqueName (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp609 std::string GenerateUniqueName(const char *root) in GenerateUniqueName() function
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp611 std::string GenerateUniqueName(const char *root) in GenerateUniqueName() function
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp632 std::string GenerateUniqueName(const char *root) in GenerateUniqueName() function
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp651 std::string GenerateUniqueName(const char *root) in GenerateUniqueName() function
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp792 static std::string GenerateUniqueName(const char *base_name_wanted, GenerateUniqueName() function