Searched refs:Pimpl (Results 1 – 4 of 4) sorted by relevance
2488 Pimpl = std::move(RHS.Pimpl);2492 : Pimpl(std::move(RHS.Pimpl)) {}2499 : Pimpl(std::make_unique<MetadataLoaderImpl>( in lookupSubprogramForFunction() 2503 return Pimpl->parseMetadata(ModuleLevel); in parseMetadataAttachment() 2506 bool MetadataLoader::hasFwdRefs() const { return Pimpl->hasFwdRefs(); } in parseMetadataKinds() 2511 return Pimpl->getMetadataFwdRefOrLoad(Idx); in setStripTBAA() 2515 return Pimpl->lookupSubprogramForFunction(F);2520 return Pimpl in upgradeDebugIntrinsics() [all...]
50 std::unique_ptr<MetadataLoaderImpl> Pimpl; variable
305 $(OBJDIR)$Pimpl$O \1278 $(OBJDIR)$Pimpl$O: tools$Pimpl.c $(HEADERSTOOLS)1279 $(CC) $(CFLAGS) $(INCFLAGS) $(CCOUT)$(OBJDIR)$Pimpl$O tools$Pimpl.c
1470 [Pimpl](https://www.gamedev.net/articles/programming/general-and-gameplay-programming/the-c-pimpl-r1794/)