Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.h156 virtual bool mayHaveFunctionPointerAccess(const Relocation& pReloc) const;
216 virtual bool mayHaveFunctionPointerAccess(const Relocation& pReloc) const;
DX86Relocator.cpp327 X86_32Relocator::mayHaveFunctionPointerAccess(const Relocation& pReloc) const in mayHaveFunctionPointerAccess() function in X86_32Relocator
1318 X86_64Relocator::mayHaveFunctionPointerAccess(const Relocation& pReloc) const in mayHaveFunctionPointerAccess() function in X86_64Relocator
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.h104 virtual bool mayHaveFunctionPointerAccess(const Relocation& pReloc) const;
DARMRelocator.cpp463 bool ARMRelocator::mayHaveFunctionPointerAccess(const Relocation& pReloc) const in mayHaveFunctionPointerAccess() function in ARMRelocator
/frameworks/compile/mclinker/include/mcld/LD/
DRelocator.h122 virtual bool mayHaveFunctionPointerAccess(const Relocation& pReloc) const in mayHaveFunctionPointerAccess() function