HomeSort by relevance Sort by last modified time
    Searched refs:mayHaveFunctionPointerAccess (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
Relocator.h 103 /// mayHaveFunctionPointerAccess - check if the given reloc would possibly
107 virtual bool mayHaveFunctionPointerAccess(const Relocation& pReloc) const {
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.h 95 /// mayHaveFunctionPointerAccess - check if the given reloc would possibly
97 virtual bool mayHaveFunctionPointerAccess(const Relocation& pReloc) const;
ARMRelocator.cpp 408 bool ARMRelocator::mayHaveFunctionPointerAccess(
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.h 147 /// 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;
X86Relocator.cpp 297 bool X86_32Relocator::mayHaveFunctionPointerAccess(
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.h 104 /// mayHaveFunctionPointerAccess - check if the given reloc would possibly
106 virtual bool mayHaveFunctionPointerAccess(const Relocation& pReloc) const;
AArch64Relocator.cpp 405 AArch64Relocator::mayHaveFunctionPointerAccess(const Relocation& pReloc) const {
  /frameworks/compile/mclinker/lib/LD/
IdenticalCodeFolding.cpp 150 ->mayHaveFunctionPointerAccess(*rel)) {

Completed in 157 milliseconds