7 #ifndef RETDEC_FILEFORMAT_TYPES_SYMBOL_TABLE_MACHO_SYMBOL_H
8 #define RETDEC_FILEFORMAT_TYPES_SYMBOL_TABLE_MACHO_SYMBOL_H
12 #include <llvm/Object/MachO.h>
43 template<
typename T>
void setValues(
const T &nList,
const llvm::StringRef &strTable,
unsigned index);
49 void setAllValues(
const llvm::MachO::nlist &nList,
const llvm::StringRef &strTable,
unsigned index);
50 void setAllValues(
const llvm::MachO::nlist_64 &nList,
const llvm::StringRef &strTable,
unsigned index);
Definition: archive_wrapper.h:19