Home
last modified time | relevance | path

Searched refs:HasGlobalPrefix (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp222 bool HasGlobalPrefix = (GlobalPrefix != '\0'); in tryToGenerate() local
233 if (HasGlobalPrefix && (*Name).front() != GlobalPrefix) in tryToGenerate()
236 std::string Tmp((*Name).data() + HasGlobalPrefix, in tryToGenerate()
237 (*Name).size() - HasGlobalPrefix); in tryToGenerate()