HomeSort by relevance Sort by last modified time
    Searched refs:getSymbolValue (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/Object/
ObjectFile.h 304 virtual error_code getSymbolValue(DataRefImpl Symb, uint64_t &Val) const = 0;
451 return OwningObject->getSymbolValue(SymbolPimpl, Val);
MachO.h 76 virtual error_code getSymbolValue(DataRefImpl Symb, uint64_t &Val) const;
COFF.h 224 virtual error_code getSymbolValue(DataRefImpl Symb, uint64_t &Val) const;
ELF.h 685 virtual error_code getSymbolValue(DataRefImpl Symb, uint64_t &Val) const;
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 275 uint64_t getSymbolValue(const LDSymbol& pSymbol) const;
  /external/llvm/lib/Object/
COFFObjectFile.cpp 294 error_code COFFObjectFile::getSymbolValue(DataRefImpl Symb,
296 report_fatal_error("getSymbolValue unimplemented in COFFObjectFile");
MachOObjectFile.cpp 663 error_code MachOObjectFile::getSymbolValue(DataRefImpl Symb,
665 report_fatal_error("getSymbolValue unimplemented in MachOObjectFile");
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 30 milliseconds