Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Object/
HDObjectFile.h290 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res)const=0;
418 return OwningObject->getSymbolFileOffset(SymbolPimpl, Result); in getFileOffset()
HDMachO.h65 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const;
HDCOFF.h248 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const;
HDELFObjectFile.h60 virtual error_code getSymbolFileOffset(DataRefImpl Symb, uint64_t &Res) const;
242 error_code ELFObjectFile<ELFT>::getSymbolFileOffset(DataRefImpl Symb, in getSymbolFileOffset() function
/trueos/contrib/llvm/lib/Object/
HDCOFFObjectFile.cpp109 error_code COFFObjectFile::getSymbolFileOffset(DataRefImpl Symb, in getSymbolFileOffset() function in COFFObjectFile
HDMachOObjectFile.cpp489 MachOObjectFile::getSymbolFileOffset(DataRefImpl Symb, in getSymbolFileOffset() function in llvm::object::MachOObjectFile