HomeSort by: relevance | last modified time | path
    Searched defs:PImpl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ValueProfileCollector.h 78 std::unique_ptr<ValueProfileCollectorImpl> PImpl;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LazyValueInfo.h 36 void *PImpl = nullptr;
46 : AC(Arg.AC), DL(Arg.DL), TLI(Arg.TLI), PImpl(Arg.PImpl) {
47 Arg.PImpl = nullptr;
54 PImpl = Arg.PImpl;
55 Arg.PImpl = nullptr;
149 assert(!Info.PImpl && "releaseMemory not called");

Completed in 62 milliseconds