Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp332 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()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp6478 auto *DLNode = DVR.getDebugLoc().getAsMDNode(); in visit() local
6479 CheckDI(isa_and_nonnull<DILocation>(DLNode), "invalid #dbg record DILocation", in visit()
6480 &DVR, DLNode); in visit()