Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DJITSymbol.cpp43 StringRef LPGP = DL.getLinkerPrivateGlobalPrefix(); in fromGlobalValue() local
44 if (!LPGP.empty() && GV.getName().front() == '\01' && in fromGlobalValue()
45 GV.getName().substr(1).startswith(LPGP)) in fromGlobalValue()