Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntime.cpp1690 Address LocValue = Address::invalid(); in emitUpdateLocation() local
1693 LocValue = Address(I->second.DebugLoc, Align); in emitUpdateLocation()
1697 if (!LocValue.isValid()) { in emitUpdateLocation()
1702 LocValue = AI; in emitUpdateLocation()
1708 CGF.Builder.CreateMemCpy(LocValue, getOrCreateDefaultLocation(Flags), in emitUpdateLocation()
1713 LValue Base = CGF.MakeAddrLValue(LocValue, IdentQTy); in emitUpdateLocation()
1736 return LocValue.getPointer(); in emitUpdateLocation()