Searched refs:DisplayM (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp171 StringRef Directory = StringRef(), const Module *DisplayM = 0,
173 : Builder(M), Layout(&M), LineTable(DisplayM ? DisplayM : &M), VMap(VMap),
545 void DebugIR::createDebugInfo(Module &M, OwningPtr<Module> &DisplayM) { argument
554 DisplayM.reset(CloneModule(&M, *VMap));
557 DebugIntrinsicsRemover::process(*DisplayM);
560 DebugMetadataRemover::process(*DisplayM);
563 DIUpdater R(M, Filename, Directory, DisplayM.get(), VMap.get());
588 OwningPtr<Module> DisplayM; local
589 createDebugInfo(M, DisplayM);
[all...]
H A DDebugIR.h86 llvm::OwningPtr<llvm::Module> &DisplayM);

Completed in 83 milliseconds