Searched defs:ApplyFunctionType (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp34 typedef Relocator::Result (*ApplyFunctionType)(Relocation& pReloc, typedef in class:mcld::Relocator
41 ApplyFunctionEntry(ApplyFunctionType pFunc,
45 ApplyFunctionType func;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp127 typedef Relocator::Result (*ApplyFunctionType)(Relocation& pReloc, typedef in class:mcld::Relocator
132 ApplyFunctionType func;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp282 typedef Relocator::Result (*ApplyFunctionType)(Relocation& pReloc, typedef in class:mcld::Relocator
287 ApplyFunctionType func;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp120 typedef Relocator::Result (*ApplyFunctionType)(MipsRelocationInfo&, typedef in class:mcld::Relocator
125 ApplyFunctionType func;

Completed in 78 milliseconds