Remove getSymbolValue.
All existing users explicitly ask for an address or a file offset. llvm-svn: 205503
This commit is contained in:
@@ -252,11 +252,6 @@ error_code COFFObjectFile::getSymbolSection(DataRefImpl Ref,
|
||||
return object_error::success;
|
||||
}
|
||||
|
||||
error_code COFFObjectFile::getSymbolValue(DataRefImpl Ref,
|
||||
uint64_t &Val) const {
|
||||
report_fatal_error("getSymbolValue unimplemented in COFFObjectFile");
|
||||
}
|
||||
|
||||
void COFFObjectFile::moveSectionNext(DataRefImpl &Ref) const {
|
||||
const coff_section *Sec = toSec(Ref);
|
||||
Sec += 1;
|
||||
|
||||
Reference in New Issue
Block a user