Searched refs:getSymbolValue (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/Object/
H A DObjectFile.h304 virtual error_code getSymbolValue(DataRefImpl Symb, uint64_t &Val) const = 0;
451 return OwningObject->getSymbolValue(SymbolPimpl, Val);
H A DMachO.h76 virtual error_code getSymbolValue(DataRefImpl Symb, uint64_t &Val) const;
H A DCOFF.h224 virtual error_code getSymbolValue(DataRefImpl Symb, uint64_t &Val) const;
H A DELF.h685 virtual error_code getSymbolValue(DataRefImpl Symb, uint64_t &Val) const;
1105 getSymbolValue(Symb, Value);
1271 error_code ELFObjectFile<ELFT>::getSymbolValue(DataRefImpl Symb, function in class:llvm::object::ELFObjectFile
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp294 error_code COFFObjectFile::getSymbolValue(DataRefImpl Symb, function in class:COFFObjectFile
296 report_fatal_error("getSymbolValue unimplemented in COFFObjectFile");
H A DMachOObjectFile.cpp663 error_code MachOObjectFile::getSymbolValue(DataRefImpl Symb, function in class:llvm::object::MachOObjectFile
665 report_fatal_error("getSymbolValue unimplemented in MachOObjectFile");

Completed in 38 milliseconds