Home
last modified time | relevance | path

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

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