Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Fragment/
DStub.h134 const FixupListType& getFixupList() const { return m_FixupList; } in getFixupList() function
135 FixupListType& getFixupList() { return m_FixupList; } in getFixupList() function
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LongBranchStub.cpp117 getFixupList().clear(); in applyFixup()