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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64CA53Erratum843419Stub2.cpp 81 fixup_end());
AArch64CA53Erratum835769Stub.cpp 90 fixup_end());
AArch64CA53Erratum843419Stub.cpp 90 fixup_end());
AArch64CA53ErratumStub.cpp 126 assert((++it) == fixup_end());
AArch64LongBranchStub.cpp 142 return new AArch64LongBranchStub(m_pData, m_Size, fixup_begin(), fixup_end());
  /frameworks/compile/mclinker/include/mcld/Fragment/
Stub.h 103 fixup_iterator fixup_end() { return m_FixupList.end(); } function in class:mcld::Stub
105 const_fixup_iterator fixup_end() const { return m_FixupList.end(); } function in class:mcld::Stub
  /frameworks/compile/mclinker/lib/Fragment/
Stub.cpp 24 for (fixup_iterator fixup = fixup_begin(); fixup != fixup_end(); ++fixup)
57 for (fixup_iterator it = fixup_begin(), ie = fixup_end(); it != ie; ++it) {
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLA25Stub.cpp 88 m_Target, m_pData, m_Size, fixup_begin(), fixup_end());
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMToARMStub.cpp 105 return new ARMToARMStub(m_pData, m_Size, fixup_begin(), fixup_end());
ARMToTHMStub.cpp 113 return new ARMToTHMStub(m_pData, m_Size, fixup_begin(), fixup_end());
THMToARMStub.cpp 132 m_pData, m_Size, fixup_begin(), fixup_end(), m_bUsingThumb2);
THMToTHMStub.cpp 128 m_pData, m_Size, fixup_begin(), fixup_end(), m_bUsingThumb2);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonAbsoluteStub.cpp 109 return new HexagonAbsoluteStub(m_pData, m_Size, fixup_begin(), fixup_end());
  /external/llvm/include/llvm/MC/
MCAssembler.h 221 fixup_iterator fixup_end() { return Fixups.end(); } function in class:llvm::MCEncodedFragmentWithFixups
222 const_fixup_iterator fixup_end() const { return Fixups.end(); } function in class:llvm::MCEncodedFragmentWithFixups
  /external/llvm/lib/MC/
MCAssembler.cpp 830 assert(DF.fixup_begin() == DF.fixup_end() &&
    [all...]
  /art/compiler/optimizing/
nodes.cc 1085 auto fixup_end = other->uses_.empty() ? other->uses_.begin() : ++other->uses_.begin(); local
1107 auto fixup_end = local
    [all...]
nodes.h 1851 auto fixup_end = uses_.empty() ? uses_.begin() : ++uses_.begin(); local
    [all...]

Completed in 3143 milliseconds