HomeSort by relevance Sort by last modified time
    Searched refs:StripDebugInfo (Results 1 - 9 of 9) sorted by null

  /external/llvm/include/llvm/IR/
DebugInfo.h 44 bool StripDebugInfo(Module &M);
45 bool stripDebugInfo(Function &F);
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
StripSymbols.cpp 234 // StripDebugInfo - Strip debug info in the module if it exists.
237 static bool StripDebugInfo(Module &M) {
287 Changed |= StripDebugInfo(M);
  /external/llvm/lib/IR/
DebugInfo.cpp 244 bool llvm::stripDebugInfo(Function &F) {
268 bool llvm::StripDebugInfo(Module &M) {
282 Changed |= stripDebugInfo(F);
AutoUpgrade.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 236 Changed |= StripDebugInfo(M);
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 506 StripDebugInfo(*MergedModule);
  /external/llvm/tools/opt/
opt.cpp 397 StripDebugInfo(*M);
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 277 bool StripDebugInfo = false;
    [all...]

Completed in 861 milliseconds