Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1541 Address LocValue = Address::invalid(); in emitUpdateLocation() local
1544 LocValue = Address(I->second.DebugLoc, Align); in emitUpdateLocation()
1548 if (!LocValue.isValid()) { in emitUpdateLocation()
1553 LocValue = AI; in emitUpdateLocation()
1559 CGF.Builder.CreateMemCpy(LocValue, getOrCreateDefaultLocation(Flags), in emitUpdateLocation()
1564 LValue Base = CGF.MakeAddrLValue(LocValue, IdentQTy); in emitUpdateLocation()
1587 return LocValue.getPointer(); in emitUpdateLocation()