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

Public Member Functions

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

Detailed Description

Definition at line 147 of file COFFModuleDefinition.cpp.

Constructor & Destructor Documentation

◆ Parser()

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

Definition at line 149 of file COFFModuleDefinition.cpp.

Member Function Documentation

◆ parse()

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

Definition at line 152 of file COFFModuleDefinition.cpp.


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