Searched refs:Pimpl (Results 1 – 3 of 3) sorted by relevance
1961 Pimpl = std::move(RHS.Pimpl); in operator =()1965 : Pimpl(std::move(RHS.Pimpl)) {} in MetadataLoader()1972 : Pimpl(llvm::make_unique<MetadataLoaderImpl>( in MetadataLoader()1976 return Pimpl->parseMetadata(ModuleLevel); in parseMetadata()1979 bool MetadataLoader::hasFwdRefs() const { return Pimpl->hasFwdRefs(); } in hasFwdRefs()1984 return Pimpl->getMetadataFwdRefOrLoad(Idx); in getMetadataFwdRefOrLoad()1988 return Pimpl->getMDNodeFwdRefOrNull(Idx); in getMDNodeFwdRefOrNull()1992 return Pimpl->lookupSubprogramForFunction(F); in lookupSubprogramForFunction()1997 return Pimpl->parseMetadataAttachment(F, InstructionList); in parseMetadataAttachment()2001 return Pimpl->parseMetadataKinds(); in parseMetadataKinds()[all …]
38 std::unique_ptr<MetadataLoaderImpl> Pimpl; variable
1700 …[Pimpl](https://www.gamedev.net/articles/programming/general-and-gameplay-programming/the-c-pimpl-…