LLVM 22.0.0git
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 B(), and llvm::COFF::IMAGE_FILE_MACHINE_I386.

Member Function Documentation

◆ parse()

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

Definition at line 147 of file COFFModuleDefinition.cpp.

References llvm::object::Eof.

Referenced by llvm::object::parseCOFFModuleDefinition().


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