Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h678 bool hasDeviceGlobalVarEntryInfo(StringRef VarName) const { in hasDeviceGlobalVarEntryInfo() function
H A DCGOpenMPRuntime.cpp3069 if (!hasDeviceGlobalVarEntryInfo(VarName)) in registerDeviceGlobalVarEntryInfo()
3072 if (Entry.getAddress() && hasDeviceGlobalVarEntryInfo(VarName)) { in registerDeviceGlobalVarEntryInfo()
3083 if (hasDeviceGlobalVarEntryInfo(VarName)) { in registerDeviceGlobalVarEntryInfo()
10650 if (!OffloadEntriesInfoManager.hasDeviceGlobalVarEntryInfo(VarName)) in registerTargetGlobalVariable()