Home
last modified time | relevance | path

Searched refs:getSymbolSize (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/Object/
DObjectFile.h292 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const = 0;
426 return OwningObject->getSymbolSize(SymbolPimpl, Result); in getSize()
DMachO.h67 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const;
DCOFF.h250 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const;
DELFObjectFile.h63 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const;
334 error_code ELFObjectFile<ELFT>::getSymbolSize(DataRefImpl Symb, in getSymbolSize() function
/freebsd-10-stable/contrib/llvm/lib/Object/
DCOFFObjectFile.cpp191 error_code COFFObjectFile::getSymbolSize(DataRefImpl Symb, in getSymbolSize() function in COFFObjectFile
DMachOObjectFile.cpp524 error_code MachOObjectFile::getSymbolSize(DataRefImpl DRI, in getSymbolSize() function in llvm::object::MachOObjectFile