Home
last modified time | relevance | path

Searched refs:DebugInfoProbeImpl (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DDebugInfoProbe.cpp44 class DebugInfoProbeImpl { class
46 DebugInfoProbeImpl() : NumDbgLineLost(0),NumDbgValueLost(0) {} in DebugInfoProbeImpl() function in llvm::DebugInfoProbeImpl
63 void DebugInfoProbeImpl::initialize(StringRef PName, Function &F) { in initialize()
92 void DebugInfoProbeImpl::report() { in report()
112 void DebugInfoProbeImpl::finalize(Function &F) { in finalize()
163 pImpl = new DebugInfoProbeImpl(); in DebugInfoProbe()
/external/swiftshader/third_party/LLVM/include/llvm/
DDebugInfoProbe.h23 class DebugInfoProbeImpl; variable
43 DebugInfoProbeImpl *pImpl;