Searched refs:getNumLostDebugLocs (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLostDebugLocObserver.h28 unsigned getNumLostDebugLocs() const { return NumLostDebugLocs; } function in class:llvm::LostDebugLocObserver
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp357 if (LocObserver.getNumLostDebugLocs()) {
362 << ore::NV("NumLostDebugLocs", LocObserver.getNumLostDebugLocs())

Completed in 159 milliseconds