LLVM: llvm::object::Parser Class Reference (original) (raw)

Public Member Functions
Parser (StringRef S, MachineTypes M, bool B, bool AU)
Expected< COFFModuleDefinition > parse ()

Detailed Description

Definition at line 139 of file COFFModuleDefinition.cpp.

Constructor & Destructor Documentation

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: