Searched refs:StripDebugInfo (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h39 bool StripDebugInfo(Module &M);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp286 StripDebugInfo(*MergedM);
420 StripDebugInfo(M);
H A DStripSymbols.cpp239 Changed |= StripDebugInfo(M);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp213 Changed |= StripDebugInfo(M);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp512 StripDebugInfo(*MergedModule);
H A DThinLTOCodeGenerator.cpp180 StripDebugInfo(TheModule);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp358 bool llvm::StripDebugInfo(Module &M) { function in class:llvm
748 return StripDebugInfo(*unwrap(M));
H A DAutoUpgrade.cpp3877 bool Modified = StripDebugInfo(M);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp639 StripDebugInfo(*M);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp1317 stripMetadata(StripDebugInfo);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp561 bool StripDebugInfo = false; member in class:__anon3411::BitcodeReader
2980 void BitcodeReader::setStripDebugInfo() { StripDebugInfo = true; }
5357 if (StripDebugInfo)

Completed in 132 milliseconds