Searched defs:getExecFileFormat (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp644 return getExecFileFormat();
659 return getExecFileFormat();
680 ELFExecFileFormat* GNULDBackend::getExecFileFormat() function in class:GNULDBackend
686 const ELFExecFileFormat* GNULDBackend::getExecFileFormat() const function in class:GNULDBackend
1091 LDSection& interp = getExecFileFormat()->getInterp();
1099 getExecFileFormat()->hasInterp() &&
1102 const LDSection& interp = getExecFileFormat()->getInterp();

Completed in 40 milliseconds