Searched refs:DLNode (Results 1 – 2 of 2) sorted by relevance
307 for (yaml::KeyValueNode &DLNode : *DebugLoc) { in parseDebugLoc()308 Expected<StringRef> MaybeKey = parseKey(DLNode); in parseDebugLoc()314 if (Expected<StringRef> MaybeStr = parseStr(DLNode)) in parseDebugLoc()319 if (Expected<unsigned> MaybeU = parseUnsigned(DLNode)) in parseDebugLoc()324 if (Expected<unsigned> MaybeU = parseUnsigned(DLNode)) in parseDebugLoc()329 return error("unknown entry in DebugLoc map.", DLNode); in parseDebugLoc()
6850 auto *DLNode = DVR.getDebugLoc().getAsMDNode(); in visit() local6851 CheckDI(isa_and_nonnull<DILocation>(DLNode), "invalid #dbg record DILocation", in visit()6852 &DVR, DLNode, BB, F); in visit()