Searched refs:getDynObjFileFormat (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h97 virtual LDFileFormat* getDynObjFileFormat() = 0;
H A DGNULDBackend.h106 ELFDynObjFileFormat* getDynObjFileFormat();
107 const ELFDynObjFileFormat* getDynObjFileFormat() const;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp642 return getDynObjFileFormat();
657 return getDynObjFileFormat();
668 ELFDynObjFileFormat* GNULDBackend::getDynObjFileFormat() function in class:GNULDBackend
674 const ELFDynObjFileFormat* GNULDBackend::getDynObjFileFormat() const function in class:GNULDBackend

Completed in 86 milliseconds