LLVM 19.0.0git
Public Member Functions | List of all members
llvm::object::Parser Class Reference

Public Member Functions

 Parser (StringRef S, MachineTypes M, bool B, bool AU)
 
Expected< COFFModuleDefinitionparse ()
 

Detailed Description

Definition at line 139 of file COFFModuleDefinition.cpp.

Constructor & Destructor Documentation

◆ Parser()

llvm::object::Parser::Parser ( StringRef  S,
MachineTypes  M,
bool  B,
bool  AU 
)
inlineexplicit

Definition at line 141 of file COFFModuleDefinition.cpp.

References llvm::COFF::IMAGE_FILE_MACHINE_I386.

Member Function Documentation

◆ parse()

Expected< COFFModuleDefinition > llvm::object::Parser::parse ( )
inline

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