Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A 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()