Home
last modified time | relevance | path

Searched refs:HasGlobalPrefix (Results 1 – 2 of 2) 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()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp242 bool HasGlobalPrefix = (GlobalPrefix != '\0'); in tryToGenerate() local
253 if (HasGlobalPrefix && (*Name).front() != GlobalPrefix) in tryToGenerate()
256 std::string Tmp((*Name).data() + HasGlobalPrefix, in tryToGenerate()
257 (*Name).size() - HasGlobalPrefix); in tryToGenerate()