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

/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocator.h118 /// mayHaveFunctionPointerAccess - check if the given reloc would possibly
122 virtual bool mayHaveFunctionPointerAccess(const Relocation& pReloc) const function in class:mcld::Relocator
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.h154 /// mayHaveFunctionPointerAccess - check if the given reloc would possibly
156 virtual bool mayHaveFunctionPointerAccess(const Relocation& pReloc) const;
214 /// mayHaveFunctionPointerAccess - check if the given reloc would possibly
216 virtual bool mayHaveFunctionPointerAccess(const Relocation& pReloc) const;
H A DX86Relocator.cpp327 X86_32Relocator::mayHaveFunctionPointerAccess(const Relocation& pReloc) const function in class:X86_32Relocator
1318 X86_64Relocator::mayHaveFunctionPointerAccess(const Relocation& pReloc) const function in class:X86_64Relocator
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h102 /// mayHaveFunctionPointerAccess - check if the given reloc would possibly
104 virtual bool mayHaveFunctionPointerAccess(const Relocation& pReloc) const;
H A DARMRelocator.cpp463 bool ARMRelocator::mayHaveFunctionPointerAccess(const Relocation& pReloc) const function in class:ARMRelocator

Completed in 385 milliseconds