Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLostDebugLocObserver.h23 unsigned NumLostDebugLocs = 0; variable
28 unsigned getNumLostDebugLocs() const { return NumLostDebugLocs; } in getNumLostDebugLocs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLostDebugLocObserver.cpp52 NumLostDebugLocs += LostDebugLocs.size(); in analyzeDebugLocations()