Home
last modified time | relevance | path

Searched defs:initializeApply (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocator.h77 virtual bool initializeApply(Input& pInput) { return true; } in initializeApply() function
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp234 bool MipsRelocator::initializeApply(Input& pInput) { in initializeApply() function in mcld::MipsRelocator