Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineStripDebug.cpp77 Changed |= stripDebugifyMetadata(M); in runOnModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h66 bool stripDebugifyMetadata(Module &M);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp245 bool llvm::stripDebugifyMetadata(Module &M) { in stripDebugifyMetadata() function in llvm
808 Ret = stripDebugifyMetadata(M); in checkDebugifyMetadata()