Home
last modified time | relevance | path

Searched refs:stripDebugifyMetadata (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineStripDebug.cpp77 Changed |= stripDebugifyMetadata(M); in runOnModule()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h64 bool stripDebugifyMetadata(Module &M);
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DDebugify.cpp243 bool llvm::stripDebugifyMetadata(Module &M) { in stripDebugifyMetadata() function in llvm
784 return stripDebugifyMetadata(M); in checkDebugifyMetadata()