Home
last modified time | relevance | path

Searched refs:m_pApplyingInput (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.h76 const Input& getApplyingInput() const { return *m_pApplyingInput; } in getApplyingInput()
167 Input* m_pApplyingInput; variable
DMipsRelocator.cpp145 m_pApplyingInput(NULL), in MipsRelocator()
235 m_pApplyingInput = &pInput; in initializeApply()
240 m_pApplyingInput = NULL; in finalizeApply()