Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp937 Address LocValue = Address::invalid(); in emitUpdateLocation() local
940 LocValue = Address(I->second.DebugLoc, getIdentAlign(CGF.CGM)); in emitUpdateLocation()
944 if (!LocValue.isValid()) { in emitUpdateLocation()
950 LocValue = AI; in emitUpdateLocation()
954 CGF.Builder.CreateMemCpy(LocValue, getOrCreateDefaultLocation(Flags), in emitUpdateLocation()
959 Address PSource = createIdentFieldGEP(CGF, LocValue, IdentField_PSource); in emitUpdateLocation()
981 return LocValue.getPointer(); in emitUpdateLocation()