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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h95 /// mayHaveFunctionPointerAccess - check if the given reloc would possibly
97 virtual bool mayHaveFunctionPointerAccess(const Relocation& pReloc) const;
H A DARMRelocator.cpp408 bool ARMRelocator::mayHaveFunctionPointerAccess( function in class:mcld::ARMRelocator
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.h147 /// mayHaveFunctionPointerAccess - check if the given reloc would possibly
149 virtual bool mayHaveFunctionPointerAccess(const Relocation& pReloc) const;
212 /// mayHaveFunctionPointerAccess - check if the given reloc would possibly
214 virtual bool mayHaveFunctionPointerAccess(const Relocation& pReloc) const;
H A DX86Relocator.cpp297 bool X86_32Relocator::mayHaveFunctionPointerAccess( function in class:mcld::X86_32Relocator
1256 bool X86_64Relocator::mayHaveFunctionPointerAccess( function in class:mcld::X86_64Relocator
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocator.h103 /// mayHaveFunctionPointerAccess - check if the given reloc would possibly
107 virtual bool mayHaveFunctionPointerAccess(const Relocation& pReloc) const { function in class:mcld::Relocator
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.h104 /// mayHaveFunctionPointerAccess - check if the given reloc would possibly
106 virtual bool mayHaveFunctionPointerAccess(const Relocation& pReloc) const;
H A DAArch64Relocator.cpp405 AArch64Relocator::mayHaveFunctionPointerAccess(const Relocation& pReloc) const { function in class:mcld::AArch64Relocator
/frameworks/compile/mclinker/lib/LD/
H A DIdenticalCodeFolding.cpp150 ->mayHaveFunctionPointerAccess(*rel)) {

Completed in 1052 milliseconds