Home
last modified time | relevance | path

Searched refs:LostDebugLocObserver (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLostDebugLocObserver.cpp19 void LostDebugLocObserver::analyzeDebugLocations() { in analyzeDebugLocations()
70 void LostDebugLocObserver::checkpoint(bool CheckDebugLocs) { in checkpoint()
77 void LostDebugLocObserver::createdInstr(MachineInstr &MI) { in createdInstr()
93 void LostDebugLocObserver::erasingInstr(MachineInstr &MI) { in erasingInstr()
102 void LostDebugLocObserver::changingInstr(MachineInstr &MI) { in changingInstr()
111 void LostDebugLocObserver::changedInstr(MachineInstr &MI) { in changedInstr()
H A DCMakeLists.txt20 LostDebugLocObserver.cpp
H A DLegalizer.cpp170 LostDebugLocObserver &LocObserver, in legalizeMachineFunction()
342 LostDebugLocObserver LocObserver(DEBUG_TYPE); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLostDebugLocObserver.h19 class LostDebugLocObserver : public GISelChangeObserver {
26 LostDebugLocObserver(StringRef DebugType) : DebugType(DebugType) {} in LostDebugLocObserver() function
H A DLegalizer.h29 class LostDebugLocObserver; variable
72 LostDebugLocObserver &LocObserver,
/netbsd-src/external/apache2/llvm/lib/libLLVMGlobalISel/
H A DMakefile27 LostDebugLocObserver.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/GlobalISel/
H A DBUILD.gn33 "LostDebugLocObserver.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DHowToUpdateDebugInfo.rst492 Using LostDebugLocObserver