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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h129 /// mayHaveUnsafeFunctionPointerAccess - check if the section may have unsafe
131 bool mayHaveUnsafeFunctionPointerAccess(const LDSection& pSection) const;
H A DARMLDBackend.cpp768 /// mayHaveUnsafeFunctionPointerAccess - check if the section may have unsafe
771 ARMGNULDBackend::mayHaveUnsafeFunctionPointerAccess(const LDSection& pSection) function in class:ARMGNULDBackend
777 GNULDBackend::mayHaveUnsafeFunctionPointerAccess(pSection);
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h176 /// mayHaveUnsafeFunctionPointerAccess - check if the section may have unsafe
178 virtual bool mayHaveUnsafeFunctionPointerAccess(const LDSection& pSection)
H A DGNULDBackend.h339 /// mayHaveUnsafeFunctionPointerAccess - check if the section may have unsafe
341 bool mayHaveUnsafeFunctionPointerAccess(const LDSection& pSection) const;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2586 /// mayHaveUnsafeFunctionPointerAccess - check if the section may have unsafe
2588 bool GNULDBackend::mayHaveUnsafeFunctionPointerAccess(const LDSection& pSection) function in class:GNULDBackend

Completed in 89 milliseconds