LLVM 19.0.0git
Public Attributes | List of all members
llvm::MetadataLoaderCallbacks Struct Reference

#include "Bitcode/Reader/MetadataLoader.h"

Public Attributes

GetTypeByIDTy GetTypeByID
 
GetContainedTypeIDTy GetContainedTypeID
 
std::optional< MDTypeCallbackTyMDType
 

Detailed Description

Definition at line 41 of file MetadataLoader.h.

Member Data Documentation

◆ GetContainedTypeID

GetContainedTypeIDTy llvm::MetadataLoaderCallbacks::GetContainedTypeID

Definition at line 43 of file MetadataLoader.h.

◆ GetTypeByID

GetTypeByIDTy llvm::MetadataLoaderCallbacks::GetTypeByID

Definition at line 42 of file MetadataLoader.h.

◆ MDType

std::optional<MDTypeCallbackTy> llvm::MetadataLoaderCallbacks::MDType

Definition at line 44 of file MetadataLoader.h.


The documentation for this struct was generated from the following file: