Searched refs:DLNode (Results 1 – 2 of 2) sorted by relevance
332 for (yaml::KeyValueNode &DLNode : *DebugLoc) { in parseDebugLoc() 333 Expected<StringRef> MaybeKey = parseKey(DLNode); in parseDebugLoc() 339 if (Expected<StringRef> MaybeStr = parseStr(DLNode)) in parseDebugLoc() 344 if (Expected<unsigned> MaybeU = parseUnsigned(DLNode)) in parseDebugLoc() 349 if (Expected<unsigned> MaybeU = parseUnsigned(DLNode)) in parseDebugLoc() 354 return error("unknown entry in DebugLoc map.", DLNode); in parseDebugLoc()
6478 auto *DLNode = DVR.getDebugLoc().getAsMDNode(); in visit() local6479 CheckDI(isa_and_nonnull<DILocation>(DLNode), "invalid #dbg record DILocation", in visit()6480 &DVR, DLNode); in visit()