Go to the source code of this file.
|
static bool | llvm::object::is32bit (MachineTypes Machine) |
|
static uint16_t | llvm::object::getImgRelRelocation (MachineTypes Machine) |
|
template<class T > |
static void | llvm::object::append (std::vector< uint8_t > &B, const T &Data) |
|
static void | llvm::object::writeStringTable (std::vector< uint8_t > &B, ArrayRef< const std::string > Strings) |
|
static ImportNameType | llvm::object::getNameType (StringRef Sym, StringRef ExtName, MachineTypes Machine, bool MinGW) |
|
static Expected< std::string > | llvm::object::replace (StringRef S, StringRef From, StringRef To) |
|
Error | llvm::object::writeImportLibrary (StringRef ImportName, StringRef Path, ArrayRef< COFFShortExport > Exports, COFF::MachineTypes Machine, bool MinGW) |
|