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

#include "llvm/Object/COFF.h"

Public Member Functions

 ResourceSectionRef ()=default
 
 ResourceSectionRef (StringRef Ref)
 
Expected< ArrayRef< UTF16 > > getEntryNameString (const coff_resource_dir_entry &Entry)
 
Expected< const coff_resource_dir_table & > getEntrySubDir (const coff_resource_dir_entry &Entry)
 
Expected< const coff_resource_dir_table & > getBaseTable ()
 

Detailed Description

Definition at line 1201 of file COFF.h.

Constructor & Destructor Documentation

◆ ResourceSectionRef() [1/2]

llvm::object::ResourceSectionRef::ResourceSectionRef ( )
default

◆ ResourceSectionRef() [2/2]

llvm::object::ResourceSectionRef::ResourceSectionRef ( StringRef  Ref)
inlineexplicit

Definition at line 1204 of file COFF.h.

Member Function Documentation

◆ getBaseTable()

Expected< const coff_resource_dir_table & > ResourceSectionRef::getBaseTable ( )

Definition at line 1722 of file COFFObjectFile.cpp.

◆ getEntryNameString()

Expected< ArrayRef< UTF16 > > ResourceSectionRef::getEntryNameString ( const coff_resource_dir_entry Entry)

◆ getEntrySubDir()

Expected< const coff_resource_dir_table & > ResourceSectionRef::getEntrySubDir ( const coff_resource_dir_entry Entry)

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