LLVM 22.0.0git
|
#include "llvm/Object/COFF.h"
Public Member Functions | |
bool | isImportLibrary () const |
|
inline |
Definition at line 89 of file COFF.h.
References NumberOfSections.
support::ulittle16_t llvm::object::coff_file_header::Characteristics |
support::ulittle16_t llvm::object::coff_file_header::Machine |
Definition at line 81 of file COFF.h.
Referenced by llvm::jitlink::createLinkGraphFromCOFFObject().
support::ulittle16_t llvm::object::coff_file_header::NumberOfSections |
Definition at line 82 of file COFF.h.
Referenced by llvm::jitlink::createLinkGraphFromCOFFObject(), and isImportLibrary().
support::ulittle32_t llvm::object::coff_file_header::NumberOfSymbols |
support::ulittle32_t llvm::object::coff_file_header::PointerToSymbolTable |
support::ulittle16_t llvm::object::coff_file_header::SizeOfOptionalHeader |
support::ulittle32_t llvm::object::coff_file_header::TimeDateStamp |