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

  /frameworks/compile/libbcc/lib/ExecutionEngine/
ObjectLoaderImpl.h 43 virtual size_t getSymbolSize(const char *pName) const = 0;
ELFObjectLoaderImpl.h 53 virtual size_t getSymbolSize(const char *pName) const;
ObjectLoader.cpp 155 size_t ObjectLoader::getSymbolSize(const char *pName) const {
156 return mImpl->getSymbolSize(pName);
ELFObjectLoaderImpl.cpp 163 size_t ELFObjectLoaderImpl::getSymbolSize(const char *pName) const {
  /frameworks/compile/libbcc/include/bcc/ExecutionEngine/
ObjectLoader.h 60 size_t getSymbolSize(const char *pName) const;
  /frameworks/compile/libbcc/lib/Renderscript/
RSExecutable.cpp 179 size_t func_size = mLoader->getSymbolSize(func_name);
  /external/llvm/include/llvm/Object/
ObjectFile.h 234 virtual std::error_code getSymbolSize(DataRefImpl Symb,
375 return getObject()->getSymbolSize(getRawDataRefImpl(), Result);
MachO.h 73 std::error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const override;
COFF.h 372 std::error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const override;
ELFObjectFile.h 66 std::error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const override;
291 std::error_code ELFObjectFile<ELFT>::getSymbolSize(DataRefImpl Symb,
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 350 uint64_t getSymbolSize(const LDSymbol& pSymbol) const;
  /external/llvm/lib/Object/
COFFObjectFile.cpp 206 std::error_code COFFObjectFile::getSymbolSize(DataRefImpl Ref,
    [all...]
MachOObjectFile.cpp 539 std::error_code MachOObjectFile::getSymbolSize(DataRefImpl DRI,
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 227 milliseconds