Searched refs:getRawLocation (Results 1 – 9 of 9) sorted by relevance
34 DebugValueUser({DVI->getRawLocation(), nullptr, nullptr}), in DbgVariableRecord()236 auto *MD = getRawLocation(); in location_ops()260 return cast<DIArgList>(getRawLocation())->getArgs().size(); in getNumVariableLocationOps()265 auto *MD = getRawLocation(); in getVariableLocationOp()370 return (!hasArgList() && isa<MDNode>(getRawLocation())) || in isKillLocation()433 assert(getRawLocation() && in createDebugIntrinsic()437 MetadataAsValue::get(Context, getRawLocation()), in createDebugIntrinsic()446 Value *Args[] = {MetadataAsValue::get(Context, getRawLocation()), in createDebugIntrinsic()
75 Metadata *MD = getRawLocation(); in location_ops()100 Metadata *MD = getRawLocation(); in getVariableLocationOp()
197 OrderConstantFromMetadata(DVR.getRawLocation()); in orderModule()1215 if (auto *Empty = dyn_cast_if_present<MDNode>(DVR->getRawLocation())) in processDbgRecordMetadata()4894 PrintOrNull(DVR.getRawLocation()); in printDbgVariableRecord()
6790 auto *MD = DVR.getRawLocation(); in visit()7130 auto *MD = DII.getRawLocation(); in visitDbgIntrinsic()7352 if (isa<ValueAsMetadata>(I.getRawLocation())) { in verifyNotEntryValue()7375 if (isa<ValueAsMetadata>(DVR.getRawLocation())) { in verifyNotEntryValue()
148 OrderConstantFromMetadata(DVR.getRawLocation()); in orderModule()292 PredictValueOrderFromMetadata(DVR.getRawLocation()); in predictUseListOrder()454 EnumerateNonLocalValuesFromMetadata(DVR.getRawLocation()); in ValueEnumerator()1134 assert(DVR.getRawLocation() && in incorporateFunction()1136 AddFnLocalMetadata(DVR.getRawLocation()); in incorporateFunction()
3819 if (PushValueOrMetadata(DVR.getRawLocation())) in writeFunction()3825 Vals.push_back(VE.getMetadataID(DVR.getRawLocation())); in writeFunction()3829 Vals.push_back(VE.getMetadataID(DVR.getRawLocation())); in writeFunction()
256 Metadata *getRawLocation() const { return RawLocation; } in getRawLocation() function264 return cast<DIArgList>(getRawLocation())->getArgs().size(); in getNumVariableLocationOps()267 bool hasArgList() const { return isa<DIArgList>(getRawLocation()); } in hasArgList()271 if (!hasArgList() && isa<MDNode>(getRawLocation())) in isKillLocation()379 Metadata *getRawLocation() const { in getRawLocation() function384 return RawLocationWrapper(getRawLocation()); in getWrappedLocation()
436 bool hasArgList() const { return isa<DIArgList>(getRawLocation()); } in hasArgList()466 Metadata *getRawLocation() const { return DebugValues[0]; } in getRawLocation() function
1541 Emit(Source->getRawLocation(), Source->getExpression()); in emitDbgValue()2256 RawLocationWrapper(DVR->getRawLocation())); in buildOverlapMapAndRecordDeclares()2444 RawLocationWrapper(Record->getRawLocation())); in emitPromotedVarLocs()