Searched refs:getSymDesc (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DELFReaderIf.cpp44 /// getSymDesc
45 ResolveInfo::Desc ELFReaderIF::getSymDesc(uint16_t pShndx, const Input& pInput) const function in class:ELFReaderIF
68 return target().getSymDesc(pShndx);
H A DELFReader.cpp121 ResolveInfo::Desc ld_desc = getSymDesc(st_shndx, pInput);
490 result->setDesc(getSymDesc(st_shndx, pInput));
646 ResolveInfo::Desc ld_desc = getSymDesc(st_shndx, pInput);
1011 result->setDesc(getSymDesc(st_shndx, pInput));
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFReaderIf.h107 ResolveInfo::Desc getSymDesc(uint16_t pShndx, const Input& pInput) const;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h89 ResolveInfo::Desc getSymDesc(uint16_t shndx) const function in class:mcld::HexagonLDBackend
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h280 virtual ResolveInfo::Desc getSymDesc(uint16_t pShndx) const { function in class:mcld::GNULDBackend

Completed in 833 milliseconds