Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp220 bool HasGlobalPrefix = (GlobalPrefix != '\0'); in operator ()() local
226 if (HasGlobalPrefix && (*Name).front() != GlobalPrefix) in operator ()()
229 std::string Tmp((*Name).data() + (HasGlobalPrefix ? 1 : 0), (*Name).size()); in operator ()()